美文网首页
npm 安装报错 code Z_BUF_ERROR errno

npm 安装报错 code Z_BUF_ERROR errno

作者: 39Coding | 来源:发表于2020-02-26 00:26 被阅读0次
npm ERR! code Z_BUF_ERROR

npm ERR! errno -5

npm ERR! zlib: unexpected end of file

翻遍了国内国外各大网站都没有找到完美的解决方案。

各种叫我清缓存的,清了缓存重新试的

我告诉你们都没有用

解决办法

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org

cnpm安装好之后,如果看官你用的是私有npm库的话还需要重新设置一下镜像。

cnpm config set registry=xxxxxxx(你的私有库地址)

那么来吧,安装你的目标模块吧 npm install xxx

相关文章

网友评论

      本文标题:npm 安装报错 code Z_BUF_ERROR errno

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