Share this article

This article is translated in

Improve this guide

Update Node Version on Windows 64-bit With These Steps

Keep your Node.js by manually updating it or by using NVM

3 min. read

Updated onJuly 22, 2024

updated onJuly 22, 2024

Share this article

This article is translated in

Improve this guide

Read our disclosure page to find out how can you help Windows Report sustain the editorial teamRead more

Key notes

Node is a very popularfront-end development software, and to keep it running smoothly, you need to know how to update Node properly on Windows.

To ensure everything works properly, you need to update Node.js regularly for stable performance. Today’s guide will show you how to update Node JS on Windows, so be sure to keep on reading.

Can you update Node from command line?

Yes, it’s possible to update Node on Windows from the command line. However, this method requires that you download and install additional software from GitHub to work.

In addition, before using this method, you need to remove all versions of Node and then install them from the command line. This is done in order to avoid any potential issues on your PC.

How do I update Node to the latest version?

How do I update Node to the latest version?

1. Update Node.js with the installer

You can check the Node.js version with the commandnode -vin the command prompt.

If you want to update Node version on Windows, this is the most straightforward way to do it. Although simple, sometimes issues with it can emerge.

If that problem occurs, follow the second method to update Node on Windows using NVM.

2. Update the Node Version on Windows with NVM

  1. Visitwindows-nvm download pageand downloadnvm-setup.exe.

  2. Run the setup file and follow the instructions on the screen to complete the process.

  3. Press theWindowskey +Xon your keyboard. SelectPowerShell (Admin)from the list.

  4. Run the following commandnvm install node

  5. Typenvm list available

  6. Typenvm use

After running these steps, you should be able to easily update Node to specific version and switch between versions with ease.

Node.js is an open-source,cross-platform, JavaScript runtime environment that allows you to run JavaScript code outside of a web browser. Being a popular JavaScript runtime environment, Node.js gets new updates every few weeks.

While installing these updates may not be critical soon after the release, at times, some features can only be used after updating to newer releases.

By following the steps in the article, you can upgrade Node version on Windows with ease. If you’re a fan of node, maybe consider trying Yarn as well. We have a great guide onhow to install Yarn, so be sure to check it out. You can alsoinstall NVM on Windowsto switch between Node versions.

And rest assured that oursolving NPM executable issues: Step-by-step guidehas even more useful tips and tricks when facing this problem.

Do let us know what method you use to update Node on your PC in the comments below.

More about the topics:Javascript

Tashreef Shareef

Tashreef Shareef is a software developer turned tech writer. He discovered his interest in technology after reading a tech magazine accidentally. Now he writes about everything tech from Windows to iOS and streaming services to IoT at WindowsReport.

User forum

0 messages

Sort by:LatestOldestMost Votes

Comment*

Name*

Email*

Commenting as.Not you?

Save information for future comments

Comment

Δ

Tashreef Shareef