npm ERR! code Z_BUF_ERROR when install
Try cleaning the cache with the command npm cache clean --force
and retry your npm install.
- "npm cache clean --force"
- "npm cache verify"
following steps helped me!! :-)
if problem still persist : "npm i npm"