npm install 安装是报
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file
 
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2019-12-26T04_21_54_001Z-debug.log

//解决方法:
//1.首先清除npm 缓存
npm cache clean --force
//2.执行npm install 即可

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-08
  • 2022-01-08
  • 2021-09-05
  • 2021-08-26
  • 2021-06-26
  • 2021-04-28
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案