If you are using Node.js for development work, it is important that you are running the latest version of the runtime environment to create better products.

Keep your Node.js up to date to ensure the best functionality

  • Follow the steps described in this guide to successfully update the node.js version on Windows.To start the process you can try updating node.js with the installation file.Alternatively, you can update the node version on your Windows device via Command Prompt, with NPM.

  • Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).

  • Click Start Scan to find Windows issues that could be causing PC problems.

  • Click Repair All to fix issues affecting your computer’s security and performance

  • Restoro has been downloaded by 0 readers this month.

Irrespective of the work case, make sure you update Node.js regularly for stable performance. If you are new to Node.js, here is how you can update Node.js on Windows with a step-by-step guide.

How do I update Node.js on Windows computers?

1. Update Node.js with the installer

  • Open the js download section.
  • Here you need to download the latest stable release for the popular runtime environment.
  • Select Windows Installer to download the 64-bit installer.
  • You can manually download the 32-bit installer as well.
  • Once the download is complete, double-click to run the installer.
  • On the Node.js setup wizard, click Next.
  • Accept the license agreement by checking the box and clicking Next.
  • Choose the destination folder to install Node.js.
  • You can customize the feature installation process on the Custom Setup window.
  • Click Install to complete the installation.
  • Click Finish.

You can check the Node.js version with the command node -v in the command prompt.

Updating Node.js by downloading the installer from the official page is easy. While this is a straightforward process, at times the system may fail to overwrite the older Node.js release resulting in two instances of Node.js.

If that problem occurs, follow the second method to install Node.js on Windows with NPM.

2. Update the Node Version on Windows with NPM

  1. Press the Windows key on your keyboard to open the Windows search box.

  2. Type cmd in it, right-click on the result and select Run as Administrator.

  3. Enter the following command to check the version you are currently using: Node -v

  4. Enter the following command to clear npm cache: npm cache clean -f

  5. Install the dependencies in global mode with the following command: npm install -g n

  6. Once n is installed, use the module to install the latest version of Node.js.

  7. Type the following command and hit Enter:sudo n stable

  8. If you want to install Node.js with the latest feature, use this command instead: Sudo n latest

  9. If you prefer to install the specific version of Node.js, use the following command: n [version.number]

  10. Once installed, check the currently installed version with this command: Node -v

Another handy method to update your Node.js version on Windows is via Command Prompt, by making use of Node Package Manager, also known as NPM.

NPM is the official package manager for updating Node.js. Therefore, it is perfectly safe to use and will get the job done within a few minutes.

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.

  • 5+ best cross-platform code editors for programmers
  • 5+ best online and offline programming learning software in 2022
  • 9 Best desktops for programming and coding
  • 5 Best Browsers for Developers in 2022 [Coding, Web Development]

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 update Node.js on Windows with ease. Do let us know if you prefer to update via the installer or use the command prompt in the comments.

  • Javascript

Email *

Commenting as . Not you?

Comment