写的代码为查看了好几遍,为啥会抱这个错
来源:8-6 创建电影分类以及初始化所有 schema

qq__1648
2018-04-24
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: mongoose.mode is not a function (node:78857) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code
写回答
1回答
-
Scott
2018-04-24
TypeError: mongoose.mode is not a function (node:78857)
重点是这一句报错,你 mongoose 版本是多少,同时可以参考下最新的 mongoose 这里的配置,有没有不一致的地方
http://mongoosejs.com/docs/index.html
00
相似问题