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
As is solved on issue #29, justinireland proposes the following:
"run: npm install express-error-handler
change line 9 to: errorHandler = require('express-error-handler'),
change line 36 to: app.use(errorHandler());"
I get this error;
Most middleware (like errorHandler) is no longer bundled with Express and must be installed seperatly. Please see https://github.com/senchalabs/connect#middleware
If it's just me then close this.
The text was updated successfully, but these errors were encountered: