Advertisement
Guest User

Untitled

a guest
Mar 12th, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. $ npm search rest
  2. npm WARN Building the local index for the first time, please be patient
  3. npm http GET https://registry.npmjs.org/-/all
  4. npm http 200 https://registry.npmjs.org/-/all
  5. npm ERR! TypeError: Object.keys called on non-object
  6. npm ERR! at Function.keys (native)
  7. npm ERR! at stripData (/usr/local/lib/node_modules/npm/lib/search.js:89:28)
  8. npm ERR! at Array.map (native)
  9. npm ERR! at filter (/usr/local/lib/node_modules/npm/lib/search.js:73:6)
  10. npm ERR! at /usr/local/lib/node_modules/npm/lib/search.js:63:21
  11. npm ERR! at /usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:89:14
  12. npm ERR! at Object.oncomplete (fs.js:107:15)
  13. npm ERR! If you need help, you may report this log at:
  14. npm ERR! <http://github.com/isaacs/npm/issues>
  15. npm ERR! or email it to:
  16. npm ERR! <npm-@googlegroups.com>
  17.  
  18. npm ERR! System Darwin 12.3.0
  19. npm ERR! command "node" "/usr/local/bin/npm" "search" "rest"
  20. npm ERR! cwd /Library/WebServer/Documents/myproject
  21. npm ERR! node -v v0.10.10
  22. npm ERR! npm -v 1.2.25
  23. npm ERR! type called_on_non_object
  24. npm ERR!
  25. npm ERR! Additional logging details can be found in:
  26. npm ERR! /Library/WebServer/Documents/myproject/npm-debug.log
  27. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement