Here is my complete error:
Error: Cannot find module \'ejs\' at Function._resolveFilename (module.js:317:11) at Function._load (module.js:262:25)
app.set('view engine', 'ejs')
and then in the terminal
npm install ejs --save
resolves the issue