Site icon Nerd Out with the Geeky Experts

Installation of Node Js on Windows 10

installation of node js

Installation of Node Js

Setting up the Node Development Environment

The Node Js can be installed in multiple ways on a computer. The approach used by you depends on the being development terrain in the system. There are different package installer for different surroundings. You can install Node.Js by grabbing a dupe of the source law and collecting the operation. Another way of installing Node is by copying the GIT depository in all the three surroundings and also installing it on the system.

Install Node.Js On Windows (WINDOWS 10)

You have to follow the following steps to installation of Node Js on your Windows

Step-1: Downloading the Node.js ‘.msi’ installer.

The first step to install NodeJs on windows is to download the installer. Visit the official Node.js website i.e) https://nodejs.org/en/download/ and download the .msi file according to your system environment (32-bit & 64-bit). An MSI installer will be downloaded on your system.

Download Nodejs

Step-2: Running the Node.js installer.

Now you need to installation of Node Js installer on your PC. You need to follow the following steps for theNode.js to be installed…

The Node.js Setup wizard will open.

Select “Next”

Node.js Setup Wizard

Check “I accept the terms in the License Agreement”

Select “Next”

End-User License Agreement (EULA)

Set the Destination Folder where you want to install Node js & Select “Next”

Destination Folder

Select “Next”

Custom Setup

Select “Install”

NOTE

A prompt saying – “This step requires administrative privileges” will appear.

Authenticate the prompt as an “Administrator”

Click “Finish”

Step 3: Verify that Node.js was properly installed or not.

To check that node js was completely installed on your system or not, you can run the following command in your CMD or Windows Powershell and test it.

C:\Users\Admin> node -v
CMD

If node.js was completely installed on your system, the CMD will print the version of the node.js installed.

Step 4: Updating the Local npm version.

The final step in node.js installed is the updation of your local npm version(if required) – the package manager that comes bundled with Node.js.

You can run the following command, to quickly update the NPM

npm install npm –global // Updates the ‘CLI’ client

NOTE

PATH : C:\Users\[username]\AppData\Roaming\npm
C:\Program Files\nodejs (Path to the nodejs folder)
Exit mobile version