npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file
翻遍了國內(nèi)國外各大網(wǎng)站都沒有找到完美的解決方案。
各種叫我清緩存的,清了緩存重新試的
我告訴你們都沒有用
解決辦法
sudo npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm安裝好之后,如果看官你用的是私有npm庫的話還需要重新設置一下鏡像。
cnpm config set registry=xxxxxxx(你的私有庫地址)
那么來吧,安裝你的目標模塊吧 npm install xxx