vue-element-admin项目npm install 安装不成功问题

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:UsersAdministratorAppDataRoaming
pm-cache\_logs2019-12-26T04_21_54_001Z-debug.log

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

  

原文地址:https://www.cnblogs.com/cyf-1314/p/13644835.html