Here is my complete error:
Error: Cannot find module \'ejs\' at Function._resolveFilename (module.js:317:11) at Function._load (module.js:262:25)
In my case, I just uninstall then install ejs again.
npm uninstall ejs
then
npm install ejs