wj0816

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

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

(执行指令npm install express@3.4.8)

 

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

posted on 2016-09-27 11:19  wj0816  阅读(209)  评论(0编辑  收藏  举报