我目前正在使用mongodb和node.js做一个项目,但是在安装mongoose之后我遇到了这个问题。
1首先,我使用npm install mongoose安装最新版本@ 5.7.5
2 then I get this issue Cannot find module ‘mongoose’
3,我确定猫鼬在package-lock.json中
4我想也许我可以尝试早期版本的猫鼬
5 I install mongoose@5.7.3 then I got another issue, cannot find mongodb
6 But MongoDB is inside package-lock.json
8 another issue, cannot find bson, which is also inside package-lock.json
好吧,尝试了很多次之后...我现在不知道该怎么办..有人帮助我吗? 我的server.js是 server.js