Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
1,783
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. C:\Users\mypc>node hello.js
  2. internal/modules/cjs/loader.js:985
  3. throw err;
  4. ^
  5.  
  6. Error: Cannot find module 'C:\Users\mypc\hello.js'
  7. [90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15) [39m
  8. [90m at Function.Module._load (internal/modules/cjs/loader.js:864:27) [39m
  9. [90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) [39m
  10. [90m at internal/main/run_main_module.js:18:47 [39m {
  11. code: [32m'MODULE_NOT_FOUND' [39m,
  12. requireStack: []
  13. }
  14.  
  15. C:\Users\mypc> node hello.js
  16. internal/modules/cjs/loader.js:985
  17. throw err;
  18. ^
  19.  
  20. Error: Cannot find module 'C:\Users\mypc\hello.js'
  21. [90m at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15) [39m
  22. [90m at Function.Module._load (internal/modules/cjs/loader.js:864:27) [39m
  23. [90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) [39m
  24. [90m at internal/main/run_main_module.js:18:47 [39m {
  25. code: [32m'MODULE_NOT_FOUND' [39m,
  26. requireStack: []
  27. }
  28.  
  29. C:\Users\mypc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement