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
网友评论