DEV Community

Discussion on: Using GitHub

 
terabytetiger profile image
Tyler V. (he/him)

Maybe try this?

npm ERR! code Z_BUF_ERROR when install

19

In my server(CentOS 7.2) I install the dependencies:

npm install 

But I get bellow error:

npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! unexpected end of file

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2018-02-11T21_03_20_261Z-debug.log

in the /root/.npm/_logs/2018-02-11T21_03_20_261Z-debug.log, the info…

Thread Thread
 
hanytaha61 profile image
Hany Taha

It works fine now.
Thanks bro <3

I cleaned cache using npm cache clean --force