他竟是个路痴
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
TypeError: View is not a constructor.
app.set('view', '/views') --错误。
app.set('/', 'views') --正确。
完美解决我的问题。多谢~~~特此回复
2017-04-20
admin.jade中应该是action="/admin/movie/new",post到/admin/movie不可能成功的
2017-04-19
最新回答 / SuperManSuperWorld
打开你的项目目录 打开 cmd 比如你要安装 express 输入 npm install --save express --save的意思是保存到你的package文件中 创建package文件的方法是 npm init
2017-04-16
最新回答 / cuteximi
在项目根目录 执行命令 npm install express jade mongoose 之后再全局安装bower 执行命令 npm install bower - g 成功之后 执行 npm install bootstrap
2017-04-16