stacks-cli icon indicating copy to clipboard operation
stacks-cli copied to clipboard

Only supports OSX

Open dijit opened this issue 7 years ago • 2 comments

/t/stacks-cli î‚° î‚  master î‚° npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: 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

dijit avatar Nov 27 '17 13:11 dijit

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!

o3LL avatar Nov 27 '17 14:11 o3LL

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

sbrl avatar Mar 21 '18 22:03 sbrl