找不到模块“猫鼬”

时间:2019-10-19 16:16:23

标签: node.js mongodb mongoose bson

我目前正在使用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

7 So I install mongodb again

8 another issue, cannot find bson, which is also inside package-lock.json

9 then I install bson again

10 And I meet this issue

好吧,尝试了很多次之后...我现在不知道该怎么办..有人帮助我吗? 我的server.js是 server.js

0 个答案:

没有答案