Install node.js modules in eclipse
eclipse, node-modules, node.js, socket.io
Solution
I dont think that there is an eclipse integrated way to do this. My suggestion is that you download node.js+npm from http://nodejs.org/download/ and then open up a terminal/cmd and in your node.js project directory do "npm install myPackage"
Problem
I am trying to develop a chat app with node.js and socket.io in an eclipse environment. I have installed node.js in eclipse but I don't know how to install node modules such as expresss, socket io, etc. Please anyone tell me how to setup node modules in an eclipse environment.