Advertisement
Guest User

Untitled

a guest
Jan 30th, 2012
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. a@ubuntu-desktop:~$ cd /node/cloud9
  2. a@ubuntu-desktop:~/node/cloud9$ bin/cloud9.sh
  3. npm ERR! Couldn't read dependencies.
  4.  
  5. npm ERR! Error: Invalid 'version' field: 0.6
  6. npm ERR! 'version' Must be X.Y.Z, with an optional trailing tag.
  7. npm ERR! See the section on 'version' in `npm help json`
  8. npm ERR! at /usr/local/lib/node_modules/npm/lib/utils/read-json.js:336:13
  9. npm ERR! at /usr/local/lib/node_modules/npm/lib/utils/read-json.js:134:32
  10. npm ERR! at P (/usr/local/lib/node_modules/npm/lib/utils/read-json.js:110:40)
  11. npm ERR! at [object Object].<anonymous> (fs.js:115:5)
  12. npm ERR! at [object Object].emit (events.js:64:17)
  13. npm ERR! at afterRead (fs.js:1111:12)
  14. npm ERR! at Object.wrapper [as oncomplete] (fs.js:254:17)
  15. npm ERR! You may report this log at:
  16. npm ERR! <http://github.com/isaacs/npm/issues>
  17. npm ERR! or email it to:
  18. npm ERR! <npm-@googlegroups.com>
  19. npm ERR!
  20. npm ERR! System Linux 3.0.0-15-generic-pae
  21. npm ERR! command "node" "/usr/local/bin/npm" "install"
  22. npm ERR! cwd /node/cloud9/support/jsdav
  23. npm ERR! node -v v0.6.9
  24. npm ERR! npm -v 1.1.0-3
  25. npm ERR! message Invalid 'version' field: 0.6
  26. npm ERR! message 'version' Must be X.Y.Z, with an optional trailing tag.
  27. npm ERR! message See the section on 'version' in `npm help json`
  28.  
  29. npm ERR! Error: EACCES, permission denied 'npm-debug.log'
  30. npm ERR!
  31. npm ERR! Please try running this command again as root/Administrator.
  32. npm ERR!
  33. npm ERR! System Linux 3.0.0-15-generic-pae
  34. npm ERR! command "node" "/usr/local/bin/npm" "install"
  35. npm ERR! cwd /node/cloud9/support/jsdav
  36. npm ERR! node -v v0.6.9
  37. npm ERR! npm -v 1.1.0-3
  38. npm ERR! path npm-debug.log
  39. npm ERR! code EACCES
  40. npm ERR! message EACCES, permission denied 'npm-debug.log'
  41. npm ERR! errno {}
  42. npm ERR!
  43. npm ERR! Additional logging details can be found in:
  44. npm ERR! /node/cloud9/support/jsdav/npm-debug.log
  45. npm not ok
  46. Linux 32 bit
  47. bin/cloud9.sh: 40: support/node-builds-v4/node-linux32: not found
  48. a@ubuntu-desktop:~/node/cloud9$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement