訪問app.js入口文件時出現TypeError:view is not a constructor
TypeError: View is not a constructor
? ?at Function.render (/Users/liubo/Desktop/imooc/node_modules/express/lib/application.js:570:12)
? ?at ServerResponse.render (/Users/liubo/Desktop/imooc/node_modules/express/lib/response.js:1008:7)
? ?at /Users/liubo/Desktop/imooc/app.js:13:6
? ?at Layer.handle [as handle_request] (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/layer.js:95:5)
? ?at next (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/route.js:137:13)
? ?at Route.dispatch (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/route.js:112:3)
? ?at Layer.handle [as handle_request] (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/layer.js:95:5)
? ?at /Users/liubo/Desktop/imooc/node_modules/express/lib/router/index.js:281:22
? ?at Function.process_params (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/index.js:335:12)
? ?at next (/Users/liubo/Desktop/imooc/node_modules/express/lib/router/index.js:275:10)
2018-08-20
我安裝了也沒用啊,怎么回事
2017-10-12
我也遇到了這個錯誤,后來npm install jade -s 才解決,評論中的修改都試過也沒有用,安裝了jade就好了