Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. login as: root
  2. root@192.168.7.2's password:
  3. root@beaglebone:~# npm config set strict-ssl false
  4. root@beaglebone:~# npm install -g bonescript
  5. npm http GET https://registry.npmjs.org/bonescript
  6. npm http GET https://registry.npmjs.org/bonescript
  7. npm http GET https://registry.npmjs.org/bonescript
  8. npm ERR! Error: getaddrinfo ENOTFOUND
  9. npm ERR! at errnoException (dns.js:37:11)
  10. npm ERR! at Object.onanswer [as oncomplete] (dns.js:124:16)
  11. npm ERR! If you need help, you may report this log at:
  12. npm ERR! <http://github.com/isaacs/npm/issues>
  13. npm ERR! or email it to:
  14. npm ERR! <npm-@googlegroups.com>
  15.  
  16. npm ERR! System Linux 3.8.13
  17. npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "bonescript"
  18. npm ERR! cwd /home/root
  19. npm ERR! node -v v0.8.22
  20. npm ERR! npm -v 1.2.14
  21. npm ERR! syscall getaddrinfo
  22. npm ERR! code ENOTFOUND
  23. npm ERR! errno ENOTFOUND
  24. npm ERR!
  25. npm ERR! Additional logging details can be found in:
  26. npm ERR! /home/root/npm-debug.log
  27. npm ERR! not ok code 0
  28. root@beaglebone:~#
  29. root@beaglebone:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement