Vaidikalaya

Installation of NodeJs


Node.js can be installed in different ways. This post highlights the most common and convenient ones. So follow the given steps and screenshots for successful setup of the node.js environment in your system.


For Windows.

STEP 1: Download NodeJs from the official website.

Go to node.js official website https://nodejs.org/en/ and download it. I suggest you download the LTS version.


STEP 2: Double-click on the downloaded file and follow the given screenshots for the installation node in your system.

If you checked this checkbox then it will download some tools of node.js so if you want to download tools then cheeked it otherwise left it unchecked and click on next.


STEP 3: After finishing the installation, Open CMD and type the node --version command to check if is node.js installed or not. If it shows the version of the node.js then the node.js installed successfully in your system.

If it shows any error message then set the environment variable path manually. follow the below steps to set up the environment variable path.


STEP 4: Go to setting home page

After setting up the environment variable correctly, the node is successfully working in your system, and now check the node version using cmd.

If it shows the node version, It means the node was successfully set up in your system and now you are ready to write node.js code in your system.

Now, follow the next chapters to learn NodeJs.