express bodyParser 报错?
/Users/Season/Project/My/node-mongodb/node_modules/express/lib/express.js:89
throw new Error('Most middleware (like ' + name + ') is no longer bundle
^
Error: Most middleware (like bodyParser) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/connect#middleware.
at Function.Object.defineProperty.get (/Users/Season/Project/My/node-mongodb/node_modules/express/lib/express.js:89:13)
at Object.<anonymous> (/Users/Season/Project/My/node-mongodb/app.js:8:16)
at Module._compile (module.js:444:26)
at Object.Module._extensions..js (module.js:462:10)
at Module.load (module.js:339:32)
at Function.Module._load (module.js:294:12)
at Function.Module.runMain (module.js:485:10)
at startup (node.js:112:16)
at node.js:863:3