Reputation: 53
I am trying to upgrade node version using: npm install npm@latest -g command. But it is giving zlib binding closed error.
Is there a way to resolve this?
Upvotes: 2
Views: 1133
Reputation: 86
What is your node version, I had node v6.0.0 and got the same issue, once I upgraded the node to latest the error went away. Please try using the latest node
Upvotes: 1