I want to setup javascript for VS code. I'm pretty sure that I've done all of the steps needed to setup that is:
Download javascript from the official website.
Download the neccessary extensions from VS code.
But when I try to run the code, the compiler gives me this error:
'node' is not recognized as an internal or external command,
operable program or batch file.
[Done] exited with code=1 in 0.091 seconds
I'm using Windows 10.
What's wrong?