Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»General Articles»How to Install Node.js on Windows 10

    How to Install Node.js on Windows 10

    By RahulSeptember 17, 20201 Min Read

    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.

    Advertisement

    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

    Related Posts

    A Comprehensive Look at the Simple Mail Transfer Protocol (SMTP)

    Setting Up Permissions in Home Directory on Linux

    Configuring Apache Userdir on Ubuntu and Debian: A Simplified Guide

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • A Comprehensive Look at the Simple Mail Transfer Protocol (SMTP)
    • Understanding Basic Git Workflow: Add, Commit, Push
    • The Difference Between Git Reset –soft, –mixed, and –hard
    • Understanding the Staging Area in Git’s Workflow
    • Python Function with Parameters, Return and Data Types
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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