I am trying to execute a file using the terminal included in Visual Studio Code. However, I cannot seem to get it working and end up receiving the following error message:
Example, "node myfile.js" --> module.js:549
throw err;
^
Error: Cannot find module c:\somepath
Is there anyone who knows what the problem might be?