Running node.js apps from within VS 2017
- Make sure you are running VS 2017 or VS 2015 as Administrator.
- From the node.js main.js file – Right click and open a command prompt in the containing folder.
- You should be able to type node main.js – provided the node location is in your PATH variable.
Leave a Reply