课程
/前端开发
/Node.js
/node+mongodb 建站攻略(一期)
后台录入后跳不到movie页
命令窗
在localhost:3000/admin/movie 里录入数据后,就跳出 Cannot POST /admin/movie/new 了?
求问是怎么回事
2015-03-05
源自:node+mongodb 建站攻略(一期)
正在回答
找到原因了。。。是在app.post('/admin/movie/new',function(req,res)这里的admin前面没有加'/'号。。。
When you installed the mongoose module by npm, it hasn’t build bson module within it’s forlder. see the file ‘node_modules/mongoose/node_modules/mongodb/node_modules/bson/ext/index.js’
bson = require(‘…/build/Release/bson’);
So just change it to bson = require(‘bson’);
举报
带你完整实现一个从前端到后端的项目,初中级前端开发工程师必学课程