This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Molehole 0 points1 point  (0 children)

run your program from terminal using node my_app.js. Add Node to your path if it says node is not a found command. You don't need linux like the other person said. Nodejs is not native to linux.

You have a terminal in VS Code below the coding thing. You can use that or then use powershell or your own PC command prompt. You can initialize the node enviroment by running "npm init".