SEI-ATL / UNIT_2

This repo is for all things Unit 2
0 stars 3 forks source link

Monday, November 16, 2020 #3

Closed romebell closed 4 years ago

romebell commented 4 years ago

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

wjlock commented 4 years ago

I keep getting this error in my terminal:

[nodemon] app crashed - waiting for file changes before starting...
NikkiHmltn commented 4 years ago
Screen Shot 2020-11-16 at 1 31 14 PM Screen Shot 2020-11-16 at 1 32 36 PM Screen Shot 2020-11-16 at 1 32 47 PM
tcgilbert commented 4 years ago

Cannot find favesController, so I assume there is an importing issue

Screen Shot 2020-11-16 at 4 34 55 PM Screen Shot 2020-11-16 at 4 35 12 PM

tylerdance commented 4 years ago
Screen Shot 2020-11-16 at 6 26 38 PM

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?

romebell commented 4 years ago

@tylerdance Did you require the module express-ejs-layouts?

const ejsLayouts = require('express-ejs-layouts');