Node.js console gets closed immediately after i execute the program from Visual Studio 2012 in Windows 8

前端 未结 7 1019
臣服心动
臣服心动 2021-01-01 23:20

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

7条回答
  •  滥情空心
    2021-01-02 00:04

    One Easy way to track and work may be,

    "Right click on project" -> Open Command Promp Here..

    and execute the file with node or project with npm start

    Hope this helps..!

提交回复
热议问题