I wrote my first node.js app, but it can\'t find express library:
C:\\ChatServer\\Server>node server.js module.js:340 throw err; ^ Error: C
create one folder in your harddisk e.g sample1 and go to command prompt type :cd and gives the path of sample1 folder and then install all modules...
npm install express npm install jade npm install socket.io
npm install express
npm install jade
npm install socket.io
and then whatever you are creating application save in sample1 folder
try it...