I have installed Node.js in Windows 8 PC and installed the Node.js plugin for Visual Studio 2012. I executed a basic program from Visual St
One Easy way to track and work may be,
"Right click on project" -> Open Command Promp Here..
"Right click on project" -> Open Command Promp Here.
and execute the file with node or project with npm start
node
npm start
Hope this helps..!