Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'install' ]
  3. 2 info using npm@4.0.5
  4. 3 info using node@v7.4.0
  5. 4 verbose stack Error: Cannot find module 'internal/fs'
  6. 4 verbose stack at Function.Module._resolveFilename (module.js:470:15)
  7. 4 verbose stack at Function.Module._load (module.js:418:25)
  8. 4 verbose stack at Module.require (module.js:498:17)
  9. 4 verbose stack at require (internal/module.js:20:19)
  10. 4 verbose stack at evalmachine.<anonymous>:18:20
  11. 4 verbose stack at Object.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/fs.js:11:1)
  12. 4 verbose stack at Module._compile (module.js:571:32)
  13. 4 verbose stack at Object.Module._extensions..js (module.js:580:10)
  14. 4 verbose stack at Module.load (module.js:488:32)
  15. 4 verbose stack at tryModuleLoad (module.js:447:12)
  16. 5 verbose cwd /****/projects/babel-plugin-e2dx
  17. 6 error Darwin 16.3.0
  18. 7 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  19. 8 error node v7.4.0
  20. 9 error npm v4.0.5
  21. 10 error code MODULE_NOT_FOUND
  22. 11 error Cannot find module 'internal/fs'
  23. 12 error If you need help, you may report this error at:
  24. 12 error <https://github.com/npm/npm/issues>
  25. 13 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement