Advertisement
Guest User

NodeJs App Error

a guest
Jul 22nd, 2020
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. internal/modules/cjs/loader.js:775
  2. throw err;
  3. ^
  4.  
  5. Error: Cannot find module '/home/sugamnbn/nodevenv/aeternus.geekosdev.com/12/lib/internals/scripts/npmcheckversion.js'
  6. at Function.Module._resolveFilename (internal/modules/cjs/loader.js:772:15)
  7. at Function.Module._load (internal/modules/cjs/loader.js:677:27)
  8. at Function.Module.runMain (internal/modules/cjs/loader.js:999:10)
  9. at internal/main/run_main_module.js:17:11 {
  10. code: 'MODULE_NOT_FOUND',
  11. requireStack: []
  12. }
  13. npm ERR! code ELIFECYCLE
  14. npm ERR! errno 1
  15. npm ERR! [email protected] npmcheckversion: `node ./internals/scripts/npmcheckversion.js`
  16. npm ERR! Exit status 1
  17. npm ERR!
  18. npm ERR! Failed at the [email protected] npmcheckversion script.
  19. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  20.  
  21. npm ERR! A complete log of this run can be found in:
  22. npm ERR! /home/sugamnbn/.npm/_logs/2020-07-22T08_00_50_254Z-debug.log
  23. npm ERR! code ELIFECYCLE
  24. npm ERR! errno 1
  25. npm ERR! [email protected] preinstall: `npm run npmcheckversion`
  26. npm ERR! Exit status 1
  27. npm ERR!
  28. npm ERR! Failed at the [email protected] preinstall script.
  29. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  30.  
  31. npm ERR! A complete log of this run can be found in:
  32. npm ERR! /home/sugamnbn/.npm/_logs/2020-07-22T08_00_50_290Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement