Author Topic: npm get stuck under archlinux  (Read 1400 times)

0 Members and 1 Guest are viewing this topic.

Offline 麥可貓

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
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.)
PTS: PmRVDPymZqSAZEXauHZSewrUrE66af7epT
BTSX: michaelcat
Delegate Team: x1.sun  x2.sun

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Seems like a dependency is incompatible with the most-recent NPM-0.12

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

Offline 麥可貓

  • Sr. Member
  • ****
  • Posts: 267
    • View Profile
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
PTS: PmRVDPymZqSAZEXauHZSewrUrE66af7epT
BTSX: michaelcat
Delegate Team: x1.sun  x2.sun