Please!! i need some help to fix my visual studio code, when i write in the terminal the command //node index.js// to see the output of my code the terminal shows me
//internal/modules/cjs/loader.js:583
throw err;
^
Error: Cannot find module ‘/home/veronica/js-exercices/index.js’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15)
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
at startup (internal/bootstrap/node.js:279:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:752:3)//
and when i run the code in vim all is ok!!