How to update node.js on Windows

Publish date: 2024-07-24
Update Nojs npm

XINSTALL BY CLICKING THE DOWNLOAD FILE

To fix various PC problems, we recommend DriverFix:
This software will keep your drivers up and running, thus keeping you safe from common computer errors and hardware failure. Check all your drivers now in 3 easy steps:
  • Download DriverFix (verified download file).
  • Click Start Scan to find all problematic drivers.
  • Click Update Drivers to get new versions and avoid system malfunctionings.
  • 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.

    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 Window with a step by step guide.

    How do I update Node.js on Windows computers?

    1. Update Node.js with the installer

    update Node.js on Windows

  • 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.
    update Node.js on Windows
  • Accept the license agreement by checking the box and click 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 command prompt.

    Updating Node.js by downloading the installer from the official page is easy. While this is a straight forward 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.

    5 best cross-platform code editors for programmers

    2. Update Node.js with NPM

    update Node.js on Windows

  • Enter the following command to check the version you are currently using:
    Node -v
  • Enter the following command to clear npm cache:
    npm cache clean -f
  • Install the dependencies in global mode with the following command:
    npm install -g n
  • Once n is installed, use the module to install the latest version of Node.js
  • Enter the following command and hit enter:
    sudo n stable
  • If you want to install Node.js with the latest feature, use this command instead:
    Sudo n latest
  • If you prefer to install the specific version of Node.js, use the following command:
    n [version.number]
  • Once installed, check the currently installed version with Node -v command.

    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 feature 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 to use the command prompt in the comments.

    ncG1vNJzZmivmaOxsMPSq5ypp6Kpe6S7zGisqZyRqbJuus6dnGaio2LEqrrDqK6sZw%3D%3D