Here is my complete error:
Error: Cannot find module \'ejs\' at Function._resolveFilename (module.js:317:11) at Function._load (module.js:262:25)
Install it locally rather installing it globally. Then your project may be run on any machine without any error.I think its better.
npm install express --save npm install ejs --save