Slotos/passport-reddit

logger not bundled with Express 4

Closed this issue · 1 comments

node app.js

Error: Most middleware (like logger) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
at Function.Object.defineProperty.get (/opt/apps/prod/spyglass-login/node_modules/express/lib/express.js:89:13)
at Object. (/opt/apps/prod/spyglass-login/app.js:58:19)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3

I don't even see logger being used in the reddit example. Might want to just remove that line.