Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试对同事创建的应用程序运行测试并不断收到此错误。调用在第 13 行的 mongodb 模块中
ReadPreference = require('./connection/read_preference').ReadPreference,
您知道为什么会发生这种情况吗?我的 mongo db 运行正常。
这是 mongoskin 的问题。
npm remove mongoskin npm install mogoskin
解决了