出現錯誤提示,請大神幫忙解答一下
E:\webmin\node_modules\express\lib\express.js:99
? ? ? throw new Error('Most middleware (like ' + name + ') is no longer bundled with Express and
must be installed separately. Please see https://github.com/senchalabs/connect#middleware.');
? ? ? ^
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 (E:\webmin\node_modules\express\lib\express.js:99:13)
? ? at Object.<anonymous> (E:\webmin\app.js:8:16)
? ? at Module._compile (module.js:409:26)
? ? at Object.Module._extensions..js (module.js:416:10)
? ? at Module.load (module.js:343:32)
? ? at Function.Module._load (module.js:300:12)
? ? at Function.Module.runMain (module.js:441:10)
? ? at startup (node.js:139:18)
? ? at node.js:974:3
2016-08-25
很多依賴的包如bodyparser沒有加載成功吧
2018-11-08
好了嗎?怎么解決