Advertisement
thefinn93

Untitled

Nov 7th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. finn@jayne:~/KiwiIRC$ npm install
  2. npm http GET https://registry.npmjs.org/socket.io/0.8.7
  3. npm http 304 https://registry.npmjs.org/socket.io/0.8.7
  4. npm http GET https://registry.npmjs.org/policyfile/0.0.4
  5. npm http GET https://registry.npmjs.org/socket.io-client/0.8.7
  6. npm http GET https://registry.npmjs.org/redis/0.6.7
  7. npm http 304 https://registry.npmjs.org/policyfile/0.0.4
  8. npm http 304 https://registry.npmjs.org/redis/0.6.7
  9. npm http 304 https://registry.npmjs.org/socket.io-client/0.8.7
  10. npm WARN excluding symbolic link lib/socket.io-client.js -> io.js
  11. npm http GET https://registry.npmjs.org/uglify-js/1.0.6
  12. npm http GET https://registry.npmjs.org/websocket-client/1.0.0
  13. npm http GET https://registry.npmjs.org/xmlhttprequest/1.2.2
  14. npm http 200 https://registry.npmjs.org/uglify-js/1.0.6
  15. npm http 200 https://registry.npmjs.org/xmlhttprequest/1.2.2
  16. npm http 200 https://registry.npmjs.org/websocket-client/1.0.0
  17. npm ERR! Error: ENOTDIR, mkdir '/home/finn/tmp/npm-16012/1352314182852-0.9277261164970696'
  18. npm ERR! If you need help, you may report this log at:
  19. npm ERR!     <http://github.com/isaacs/npm/issues>
  20. npm ERR! or email it to:
  21. npm ERR!     <npm-@googlegroups.com>
  22.  
  23. npm ERR! System Linux 3.5.0-17-generic
  24. npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  25. npm ERR! cwd /home/finn/KiwiIRC
  26. npm ERR! node -v v0.8.14
  27. npm ERR! npm -v 1.1.65
  28. npm ERR! path /home/finn/tmp/npm-16012/1352314182852-0.9277261164970696
  29. npm ERR! code ENOTDIR
  30. npm ERR! errno 27
  31. npm ERR!
  32. npm ERR! Additional logging details can be found in:
  33. npm ERR!     /home/finn/KiwiIRC/npm-debug.log
  34. npm ERR! not ok code 0
  35. finn@jayne:~/KiwiIRC$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement