+ 1
NodeJS - npm: zlib binding closed
I am using normal NodeJS with npm, but for two days now every time that I want to install a package by 'npm install xxx', get the error: npm ERR! zlib: zlib binding closed I am sure that I have the right to write/read in the target folder. Can you help me? Thanks in advance
4 Answers
+ 1
Probably the nvm version was wrong: I'm terribly sorry...
+ 2
https://github.com/websockets/ws/issues/628
https://npm.community/t/npm-3-8-6-broken/8738
0
á á brains[lvl1-13] Thanks for answering. Unfortunately I did already find those two websites, but they didn't help me...
0
I don't know why but now it works, without that I had done anything. Thank you anyway brains!