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
I'm not proud sharing this, but in my case I had:
require('express.handlebars') //and the correct form is: require('express-handlebars'); //Use dash instead.