Written by , Updated on September 17, 2020

Node.js is an open-source JavaScript runtime environment. It allows to run JavaScript outside a web browser. This tutorial will help you to install Node.js on your Windows system.

Installing Node on Windows

Following are the steps to install Node on Windows system.

  1. Download Node.js Installer

    You can downlod the Node Windows installer from its official download page. Download the installer as per your system architecture.

    How to Install Node.js on Windows 10 General Articles node nodejs windows

  2. Run Installer

    Once the installed downloaded, double click on installer file to begin the installation process. Click Next to continue installer.

    How to Install Node.js on Windows 10 General Articles node nodejs windows

    Next, accept the terms of license agreement and click next to continue installation.

    How to Install Node.js on Windows 10 General Articles node nodejs windows

    Complete the rest of the steps of the installation wizard.

    The installer will automatically configure the required environment variables for the node binary to your system..

Test Node Version

The above installer do all the required steps to run node on command line interface. You can check the installed node and npm version via command line.

Open a terminal and type the following commands:

node -v
npm -v

How to Install Node.js on Windows 10 General Articles node nodejs windows

Conclusion

In this tutorial, you have learned to install node on a Windows system.

How to Install Node.js on Windows 10 General Articles node nodejs windows

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..