How to run the node.js file in net beans?

前端 未结 7 1522
再見小時候
再見小時候 2021-01-02 11:19

In net beans i have installed node.js pulgin.But my sample node program is not working.Im getting error. This is my sample code

    var http = require(\"http         


        
7条回答
  •  忘掉有多难
    2021-01-02 12:13

    I had the same problem, not a lot of resources available!! finally found one which solved.

    https://www.youtube.com/watch?v=b3giUSvRjPc https://joanpaon.wordpress.com/2015/08/13/how-to-setup-nodejs-with-netbeans-8-1beta/

    and install nodejs from nodejs.org in the windown cmd run the command c:>npm install express-generator -g

    fortunately, netbeans has the search option to find the necessary resources for node js.

提交回复
热议问题