Downgrade node.js - Windows

Hi you can downgrade using this command. npm install -g node@version

let's assume you want to downgrade v8.11.3, the command would be npm install -g [email protected]


you can just uninstall the node from control panel and install the required node version from the node official site

https://nodejs.org/download/release/v10.17.0/

https://nodejs.org/en/download/

I dowloaded msi file and it works great.


Check out this project:

  • https://github.com/coreybutler/nvm-windows

It's Node version manager for Windows.

Another option:

  • https://www.npmjs.com/package/nvm-win

See also this tutorial:

  • https://medium.com/appseed-io/how-to-run-multiple-versions-of-node-js-with-nvm-for-windows-ffbe5c7a2b47

Tags:

Node.Js