I am going to show you, how easy is it to upgrade or downgrade Node version using Chocolatey.

Before that,

What is Chocolatey?

Chocolatey is the package manager for windows. You can easily manage all aspects of windows software(installation, configuration, upgrade and uninstallation) using chocolatey. For more info, you can check out this link

Steps for Upgrading and Downgrading Node Version

Step 1:

Go to Search option in Task Bar and type “command” or “cmd”

Step 2:

You will see “Command Prompt”. Now, “Right” click on the command prompt.You will see following options.

Step 3:

Now click on “Run as administrator” options. When you click on “Run as administrator” options you will see prompt. Click on “Yes”.

Step 4:

Now copy paste the following text in your command prompt.

@"%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('<https://chocolatey.org/install.ps1>'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\\chocolatey\\bin"

Step 5:

Now, type “choco” in command prompt. If you have install Chocolately correctly, you will see the version of Chocolately that you have installed in your system. And for more info checkout this link.

Step 6: