error 3a cannot find module 27ejs 27

Solutions on MaxInterview for error 3a cannot find module 27ejs 27 by the best coders in the world

showing results for - "error 3a cannot find module 27ejs 27"
Pablo
15 Oct 2016
1app.set('view engine','ejs'); 
2
3app.engine('ejs', require('ejs').__express);
4