JasonMonroe-EdgeTech

Results 1 comments of JasonMonroe-EdgeTech

I had this issue and fixed with these two lines in app.js: app.engine('html', require('ejs').renderFile); app.set('view engine', 'html'); There may be a better solution, as I am new to the MEAN...