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
From my knowledge, currently there are 2 netbeans plugins for Node.js
The one you're using http://plugins.netbeans.org/plugin/36653/nodejs
(very simple plugin, it doesn't do much (I used it on an older version of netbeans), and I can't get it to work on netbeans 7.4)
and a second one:
NetBeans NodeJS Plugin https://github.com/timboudreau/nb-nodejs
I want to suggest that you switch to the second one, because: