WeiChiaChang / stacks-cli

📊 Analyze website stack from the terminal 💻
MIT License
1.99k stars 71 forks source link

Only supports OSX #18

Open dijit opened 6 years ago

dijit commented 6 years ago
/t/stacks-cli   master  npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

 /t/stacks-cli   master *  uname -a; node --version
Linux xxxxx.e3.drk.sc 4.13.12-1-ARCH #1 SMP PREEMPT Wed Nov 8 11:54:06 CET 2017 x86_64 GNU/Linux
v9.2.0
o3LL commented 6 years ago

fsevents is an optional package use in mac os only, it mean that you dont need them on archlinux! Using stacks-cli should be find without fsevents!

sbrl commented 6 years ago

Nope, stack-cli works without fault on Ubuntu Desktop 17.10. Notice the WARN rather than FATAL, @dijit.