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
In NetBeans go to Tools >> Options >> Miscellaneous >> Node.js
Tools >> Options >> Miscellaneous >> Node.js
and change default command to
node ${workingdir}\${selectedfile}