Vladimir Kiselev ⋮ Writing

How to downgrade the NPM (node package manager) version.


Type in theĀ console:

npm install -g npm@3.10.10 (in this example, the version isĀ 3.10.10)

Originally posted on Medium: https://medium.com/@nettsundere/how-to-downgrade-the-npm-node-package-manager-version-c9650af30ba6