美文网首页
npm install 报错 npm ERR! cb() nev

npm install 报错 npm ERR! cb() nev

作者: Poppy11 | 来源:发表于2021-01-02 21:29 被阅读0次

错误提示

npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-07-02T06_45_26_988Z-debug.log

解决方法

清楚npm缓存

npm cache clean -f

删除项目中的 package-lock.json 文件 和 node_modules 文件夹,然后再执行 npm install

npm install

相关文章

网友评论

      本文标题:npm install 报错 npm ERR! cb() nev

      本文链接:https://www.haomeiwen.com/subject/gmryoktx.html