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

前端 未结 7 1466
再見小時候
再見小時候 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

    Netbeans 8.1 now has Node.js debugging support. Simply right click the file and click 'Debug'.

提交回复
热议问题