npm ERR! cb() never called!

npm ERR! cb() never called! npm ERR! This is an error with npm itself.错误解决办法

最近接手了一个前台项目,执行npm install的时候一直报错:

npm ERR! cb() never called! 
npm ERR! This is an error with npm itself. 

这个问题困扰了我几天,网上答案五花八门,不过对我来说,那些方法都没有效果,记录一下我解决这个错误的步骤,如下:
1.删除下载好的node_modules?? 推荐一个快速删除node_modules包的npm包

可以全局安装一下然后执行 rimraf node_modules

npm install rimraf -g     
rimraf node_modules

2.删除package-lock.json文件
管理员权限执行下面的命令:

3.清除npm缓存

npm cache clean --force


4.npm install
大功告成!

上一篇:c# ArcEngine ISymbologyControlEvents_OnStyleClassChangedEvent的e属性强制转换问题


下一篇:cmder 分成四屏