Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. pi@rover ~/dev/johnny-five $ npm install
  2. npm http GET https://registry.npmjs.org/colors
  3. npm http GET https://registry.npmjs.org/lodash
  4. npm http GET https://registry.npmjs.org/es6-shim
  5. npm http GET https://registry.npmjs.org/temporal
  6. npm http GET https://registry.npmjs.org/descriptor
  7. npm http GET https://registry.npmjs.org/nanotimer/0.3.1
  8. npm http GET https://registry.npmjs.org/ease-component
  9. npm http GET https://registry.npmjs.org/firmata
  10. npm http GET https://registry.npmjs.org/serialport
  11. npm http GET https://registry.npmjs.org/galileo-io
  12. npm http GET https://registry.npmjs.org/async
  13. npm http GET https://registry.npmjs.org/copy-paste
  14. npm http GET https://registry.npmjs.org/optimist
  15. npm http GET https://registry.npmjs.org/keypress
  16. npm http GET https://registry.npmjs.org/sinon
  17. npm http GET https://registry.npmjs.org/grunt
  18. npm http GET https://registry.npmjs.org/grunt-contrib-jshint
  19. npm http GET https://registry.npmjs.org/grunt-contrib-nodeunit
  20. npm http GET https://registry.npmjs.org/grunt-contrib-watch
  21. npm http GET https://registry.npmjs.org/grunt-jsbeautifier
  22. npm http GET https://registry.npmjs.org/grunt-jscs
  23.  
  24. npm ERR! Error: failed to fetch from registry: colors
  25. npm ERR! at /usr/share/npm/lib/utils/npm-registry-client/get.js:139:12
  26. npm ERR! at cb (/usr/share/npm/lib/utils/npm-registry-client/request.js:31:9)
  27. npm ERR! at Request._callback (/usr/share/npm/lib/utils/npm-registry-client/request.js:136:18)
  28. npm ERR! at Request.callback (/usr/lib/nodejs/request/main.js:119:22)
  29. npm ERR! at Request.<anonymous> (/usr/lib/nodejs/request/main.js:212:58)
  30. npm ERR! at Request.emit (events.js:88:20)
  31. npm ERR! at ClientRequest.<anonymous> (/usr/lib/nodejs/request/main.js:412:12)
  32. npm ERR! at ClientRequest.g (events.js:156:14)
  33. npm ERR! at ClientRequest.emit (events.js:67:17)
  34. npm ERR! at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1256:7)
  35. npm ERR! You may report this log at:
  36. npm ERR! <http://bugs.debian.org/npm>
  37. npm ERR! or use
  38. npm ERR! reportbug --attach /home/pi/dev/johnny-five/npm-debug.log npm
  39. npm ERR!
  40. npm ERR! System Linux 3.12.28+
  41. npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
  42. npm ERR! cwd /home/pi/dev/johnny-five
  43. npm ERR! node -v v0.6.19
  44. npm ERR! npm -v 1.1.4
  45. npm ERR! message failed to fetch from registry: colors
  46. npm ERR!
  47. npm ERR! Additional logging details can be found in:
  48. npm ERR! /home/pi/dev/johnny-five/npm-debug.log
  49. npm not ok
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement