CodeboxIDE / codebox

Open source cloud & desktop IDE
https://www.codebox.io
Apache License 2.0
4.11k stars 590 forks source link

NPM Install Fails on Intel Edison #503

Open joshuaherman opened 8 years ago

joshuaherman commented 8 years ago

root@****:~/codebox# npm install npm WARN deprecated gulp-run-sequence@0.3.2: Renamed to run-sequence as it's not really a gulp plugin. \ npm ERR! EEXIST, open '/home/root/.npm/5a35853e-adable-stream-1-0-33-package-tgz.lock' File exists: /home/root/.npm/5a35853e-adable-stream-1-0-33-package-tgz.lock Move it away, and try again.

npm ERR! System Linux 3.10.17-poky-edison+ npm ERR! command "node" "/usr/bin/npm" "install" npm ERR! cwd /home/root/codebox npm ERR! node -v v0.10.38 npm ERR! npm -v 1.4.28 npm ERR! path /home/root/.npm/5a35853e-adable-stream-1-0-33-package-tgz.lock npm ERR! code EEXIST npm ERR! errno 47 npm ERR! not ok code 0

XAntonioLuna commented 8 years ago

Idk if you still have this problem but this worked for me:

npm -g install npm@next