How to easily update node version in Windows

Looking to upgrade the node version installed on your Windows system? The node update can be easily done by downloading and installing the latest version of the node installer. For windows users, you can download the .msi installer from the node downloads page.

Download the .msi installer for windows

> Node Windows Installer

After downloading you can run the msi package and your node version gets upgraded.

Once you have done these steps, then you can check the version of your node by,

node -v

Use the above code in the terminal to get the version details of the node in your system.

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published.