BitShares Forum

Main => Technical Support => Topic started by: 麥可貓 on May 06, 2015, 01:16:12 pm

Title: npm get stuck under archlinux
Post by: 麥可貓 on May 06, 2015, 01:16:12 pm
while doing "npm -g install lineman", I got:

Quote
> js2coffee@0.3.3 preinstall /usr/lib/node_modules/lineman/node_modules/js2coffee
> node ./cyclic.js
npm WARN engine coffee-script-redux@2.0.0-beta8: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"0.12.2","npm":"2.8.3"})


and it got stuck forever. Any suggestions? Thanks
Title: Re: npm get stuck under archlinux
Post by: xeroc on May 06, 2015, 01:42:03 pm
Seems like a dependency is incompatible with the most-recent NPM-0.12

try this:
https://groups.google.com/forum/#!topic/nodejs/llsPnD4pc5E
Title: Re: npm get stuck under archlinux
Post by: 麥可貓 on May 06, 2015, 02:07:23 pm
Seems like a dependency is incompatible with the most-recent NPM-0.12

try this:
https://groups.google.com/forum/#!topic/nodejs/llsPnD4pc5E

Thanks. I used nodejs 0.10 from AUR and it worked. (However, it is an orphaned package.)