You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the instructions on the website to implement the example but I'm getting
TypeError: Cannot read property 'views' of undefined
at Proxy.___express (/Users/scott/Development/Gitlab/Freakcity/fcnode/node_modules/express-hbs/lib/hbs.js:453:36)
at View.render (/Users/scott/Development/Gitlab/Freakcity/fcnode/node_modules/express/lib/view.js:135:8)
at tryRender (/Users/scott/Development/Gitlab/Freakcity/fcnode/node_modules/express/lib/application.js:640:10)
at Function.render (/Users/scott/Development/Gitlab/Freakcity/fcnode/node_modules/express/lib/application.js:592:3)
at ServerResponse.render (/Users/scott/Development/Gitlab/Freakcity/fcnode/node_modules/express/lib/response.js:1012:7)
at render (/Users/scott/Development/Gitlab/Freakcity/fcnode/app/routes/home.js:41:9)
at home (/Users/scott/Development/Gitlab/Freakcity/fcnode/app/routes/home.js:126:9)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
It's like there's a missing options object or something in the code. Do you have any idea where I'm going wrong?
I've followed the instructions on the website to implement the example but I'm getting
It's like there's a missing options object or something in the code. Do you have any idea where I'm going wrong?
The text was updated successfully, but these errors were encountered: