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
P.S. I've removed the logging as in the provided example and my code started to work. Turns out you shouldn't even remove the console.log from ones' crashing example...
When I run my service with the
nodemon 1.8.1
, with:The server works as expected until it needs to execute a
res.render
function, example:with an error:
It does work normally when I run it with
coffee main.coffee
and it worked until I've updatednodemon
to version1.8.1
.I'm writing it in
coffee-script
and usejade
as a rendering engine, running onnodejs
5.3.0.The text was updated successfully, but these errors were encountered: