gpt4 book ai didi

node.js - npm 安装时出现 MODULE_NOT_FOUND 错误

转载 作者:太空宇宙 更新时间:2023-11-03 22:40:20 25 4
gpt4 key购买 nike

我删除了包含 bluebird 的本地文件夹在我的系统上使用:

rm -rf <module_path>

现在当我尝试使用以下命令再次安装它时:

npm install bluebirdnpm install bluebird --save我每次都会收到以下错误:

npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module 'bluebird'

我有点被困在这里,因为我能想到修复错误的唯一方法是安装 bluebird,但由于上述错误我无法安装它。

最佳答案

这个问题在我身上出现过几次,然后我找到了解决方案:

您需要先清除npm缓存

npm clear cache -f 

然后我删除了 package-lock-json 文件

另外,删除node_modules

然后npm install

关于node.js - npm 安装时出现 MODULE_NOT_FOUND 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48631690/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com