Closed romebell closed 4 years ago
I keep getting this error in my terminal:
[nodemon] app crashed - waiting for file changes before starting...
Cannot find favesController, so I assume there is an importing issue
Unable to load my index.ejs
in chrome. ejs
and express
both successfully installed as dependencies in my .json
. index.ejs
is within my views folder. Any ideas?
@tylerdance Did you require
the module express-ejs-layouts
?
const ejsLayouts = require('express-ejs-layouts');
Admin 👀 - [admin] is looking into it 👍 - [admin] Answer issue. Looks good. Code works.
Students 🚀 - [student] I get it! 😕 - [student] Still confused 😄 - [student] A simple error 🎉 - [student] My code now works
Admin/Students ❤️ - [student/admin] Love the topic or code snippet 👎 - [student/admin] Code didn't work