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
On Ubuntu-based OS you can try
sudo apt-get install node-express
its working for me on Mint