Here is my complete error:
Error: Cannot find module \'ejs\' at Function._resolveFilename (module.js:317:11) at Function._load (module.js:262:25)
I installed ejs using command npm install ejs in express directory level and this solved my problem.
ejs
npm install ejs
i have install express using steps mention in express guide http://expressjs.com/guide.html