TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method 'confi

Posted wj0816

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method 'confi相关的知识,希望对你有一定的参考价值。

TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method ‘configure‘,这个问题好像是因为在version4.x中移除了express.configure()方法,你只需要重新将express版本返回version3.x版本即可

(执行指令npm install [email protected]

 

文章参考地址:http://stackoverflow.com/questions/22265143/typeerror-object-function-req-res-next-app-handlereq-res-next-has

以上是关于TypeError: Object function (req, res, next) { app.handle(req, res, next); } has no method 'confi的主要内容,如果未能解决你的问题,请参考以下文章

TypeError: Object(...) 不是函数

TypeError: Object(…) 不是函数

Angular:错误:未捕获(承诺):TypeError:Object(...)不是函数

TypeError: Object(...) 不是函数(匿名函数)

TypeError: Object(...) 不是 index.js 上的函数

Django异常中间件:TypeError:object()不带参数