TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Javascript

Download & Install Node.js on Windows 10

Introduction

In this post, we will learn how to download and install Node.js on Windows 10 operating system. Node.js is an asynchronous event-driven JavaScript run-time built on Google’s V8, designed to build highly scalable applications.

Download Node.js

The steps to download Node.js are as follows:

Open a web browser and navigate the following URL :

https://nodejs.org/en/download/

Click on the Windows Installer tab as shown.

Pick the respective .msi installer for example 32-bit or 64-bit. Modern computers are 64-bit machines.

Pick the Long term support (LTS) version of the Node.js installer. This is recommended for most users. A long-term support build is a stable version with a commitment to support and maintenance of the software.

Download the MSI installer onto the hard disk.

Node.js Download

Install Node.js

Locate the downloaded installer. Launch the setup wizard by double-clicking on it.

The setup wizard will install Node.js on your computer.

Click on the Next button to continue.

 

Node.js Setup Wizard

 

In the EULA (End-User License Agreement) screen, Read the license agreement and check the checkbox ‘I accept the terms in the License agreement

Click on the Next button to continue.

 

 

In the destination folder screen, you can choose a custom folder or accept the default location and click on the Next button.

 

Node.js Custom Setup

In the custom setup screen, you can select the features to be installed. It’s recommended to leave the default components and click on the Next button.

Click on the Install button to install Node.js. In case you want to review the install settings you can use the Back button.

 

Install Node.js Runtime

 

Install button elevates with a UAC(User Account Control) prompt. Click on the Yes button in the elevation prompt. Please wait for a while for the setup to complete.

 

Click on the Finish button to exit the setup wizard.

Verification

To check if the Node.js installation, open a command prompt and run the below commands:

\> node -v

\> npm -v

 

That’s it. We have successfully downloaded and installed Node.js software on Windows 10 operating system.

Nod.js Official Website

Official website of Node.js: https://nodejs.org/

Related Posts

npm doctor command

Javascript /

npm doctor command

npm config global warning

Javascript /

Fix npm warnings config global `–global`, `–local` are deprecated.

Javascript /

Popular JavaScript Frameworks

install selenium-webdriver package

Javascript /

Install selenium-webdriver package

Install Protractor

Javascript /

Install Protractor on Windows

‹ Webdriver Manager Tool› npm – Node Package Manager

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com