Advertisement
Guest User

Error when running npm install

a guest
Apr 14th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. 641 verbose lock grunt-exec@0.4.7 /home/opensrf/.npm/55d1c329-grunt-exec-0-4-7.lock
  2. 642 silly lockFile 4aa4cef6--grunt-exec-grunt-exec-0-4-7-tgz https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.7.tgz
  3. 643 verbose lock https://registry.npmjs.org/grunt-exec/-/grunt-exec-0.4.7.tgz /home/opensrf/.npm/4aa4cef6--grunt-exec-grunt-exec-0-4-7-tgz.lock
  4. 644 error TypeError: Object.keys called on non-object
  5. 644 error at Function.keys (native)
  6. 644 error at installTargetsError (/usr/share/npm/lib/cache.js:708:24)
  7. 644 error at /usr/share/npm/lib/cache.js:638:10
  8. 644 error at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7)
  9. 644 error at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
  10. 644 error at Object.oncomplete (fs.js:107:15)
  11. 645 error If you need help, you may report this log at:
  12. 645 error <http://github.com/isaacs/npm/issues>
  13. 645 error or email it to:
  14. 645 error <npm-@googlegroups.com>
  15. 646 error System Linux 3.13.0-116-generic
  16. 647 error command "/usr/bin/nodejs" "/usr/bin/npm" "install"
  17. 648 error cwd /home/opensrf/Evergreen/Open-ILS/web/js/ui/default/staff
  18. 649 error node -v v0.10.25
  19. 650 error npm -v 1.3.10
  20. 651 error type called_on_non_object
  21. 652 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement