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
For me it worked when installed express locally with --save option as follow:
$ npm install express --save