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

  • 报错截图

 

  •  解决步骤
  1. 删除下载好的node_modules
  2. 删除package-lock.json文件
  3. 清除npm缓存 npm cache clean --force
  4. npm install
posted @ 2022-03-26 18:08  胖虎三两事  阅读(547)  评论(0)    收藏  举报