Only supports OSX
Opened this issue · 2 comments
dijit commented
/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
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!