mongodb.open is not a function
Posted 幸福的旎衣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb.open is not a function相关的知识,希望对你有一定的参考价值。
用node.js连接MongoDB数据时,想在数据库中写入数据,却显示mongodb.collection不是一个函数。
这个错误是出在mongodb的库中,只需要把node_modules中mongodb的版本换为2.2.33vision即可解决。
先在package.json文件中改掉mongodb的版本:
然后再npm install 一下,就可以了。
以上是关于mongodb.open is not a function的主要内容,如果未能解决你的问题,请参考以下文章
[CodeForces 372A] Counting Kangaroos is Fun
What is the reason that a likelihood function is not a pdf?
python代码`if not x:` 和`if x is not None:`和`if not x is None:`使用
Codeforces 372B Counting Rectangles is Fun:dp套dp