Guest User

Untitled

a guest
Feb 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. $ ./configure --prefix=/usr/local/npm
  2. +node ./bin/npm.js config set "prefix=/usr/local/npm"
  3.  
  4. node.js:189
  5. throw e; // process.nextTick error, or 'error' event on first tick
  6. ^
  7. Error: Cannot find module 'semver'
  8. at Function._resolveFilename (module.js:318:11)
  9. at Function._load (module.js:263:25)
  10. at Module.require (module.js:341:17)
  11. at require (module.js:352:17)
  12. at Object.<anonymous> (/home/rektide/archive/npm/lib/utils/config-defs.js:8:14)*+ at Module._compile (module.js:420:26)
  13. at Object..js (module.js:459:10)
  14. at Module.load (module.js:335:31)
  15. at Function._load (module.js:294:12)
  16. at Module.require (module.js:341:17)
  17.  
  18. +node ./bin/npm.js config ls
  19.  
  20.  
  21. node.js:189
  22. throw e; // process.nextTick error, or 'error' event on first tick
  23. ^
  24. Error: Cannot find module 'semver'
Add Comment
Please, Sign In to add comment