• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install Node.js on Windows 10

Written by Rahul, 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.

    Download Node.js for Windows

  2. Run Installer

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

    Install Node on Windows

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

    Installing 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

Find Node version on Winodws

Conclusion

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

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

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..

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy