NodeJs Installation

In this tutorial you will learn about the NodeJs Installation and its application with practical example.

Installing Node and npm

In order to setup Node js development environment, you will need NodeJS and NPM installed, so if you don’t have it installed, check the following instruction to get it installed. If you’ve already have installed Node.js in your system, you can skip this part.

Table Of Contents

Step 1:- Download the Node.js from the official Node website, link given below –

Node js Installation 1

Node js Installation 1

Step 2:- Run the installer (the .msi file you downloaded in the previous step.)

Node js Installation 3

Node js Installation 2

Step 3:- Follow the installation wizard to install Node.js and npm.

Node js Installation 3

Node js Installation 3

Node js Installation 4

Node js Installation 4

Node js Installation 5

Node js Installation 5

Node js Installation 6

Node js Installation 6

Node js Installation 7

Node js Installation 7

Node js Installation 8

Node js Installation 8

Step 4:- Restart your computer. You will not be able to run Node.js until you start your computer again.

Step 5:- Now, lets open the terminal and run the following command in order to verify the Node and NPM installation.

Node js Installation 10

Node js Installation 10

Node js Installation 11

Node js Installation 11

In this tutorial we have learn about the NodeJs Installation and its application with practical example. I hope you will like this tutorial.