Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»General Articles»How to Install Node.js on Windows 10

    How to Install Node.js on Windows 10

    RahulBy RahulSeptember 17, 20201 Min ReadUpdated: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.

    node NodeJs windows
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleUsing .nvmrc to Specify Node Version
    Next Article How To Delete Application Versions from AWS Beanstalk

    Related Posts

    How To Install Docker on Ubuntu 22.04

    3 Mins Read

    How to Install Bower on Ubuntu 22.04 & 20.04

    Updated:July 2, 20222 Mins Read

    Filesystem Hierarchy Structure (FHS) in Linux

    Updated:July 1, 20222 Mins Read

    What is CPU? – Definition, Types and Parts

    3 Mins Read

    How to Install Ionic Framework on Ubuntu 22.04

    3 Mins Read

    What is the /etc/hosts file in Linux

    Updated:June 27, 20222 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • How To Install Docker on Ubuntu 22.04
    • How to Install Bower on Ubuntu 22.04 & 20.04
    • How to run “npm start” through Docker
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.