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 face same error for ejs, then i just run node install ejs This will install ejs again.
node install ejs
and then also run npm install to install node_modules again. That's work for me.
npm install