Install node.js

08-Jan-2024

Install node.js

 Node can be installed on your computer in various ways.

 The approach  you use depends on the existing development environment in your system.

 There are different package installers for each environment.

 To install Node, get a copy of the source code and compile your application.

 Another way to install Node is to clone the GIT repository in all three environments and install it on your system.

Installing Node on Windows (WINDOWS 10):
To install Node.js on Windows, you need to follow these steps:
Step 1:
Download the Node.js  installer ".msi" That's the first step.
 To install Node.js on Windows, download the installer.
 Visit the official Node.js website.
Visit the official : https: //nodejs.org/en/download/

Step 2:
Run the  Node.js installer.

Now you need to install the node.js installer on your PC.

Install the software like other software.

After successfully Install node.js On your pc verify that it is installed currectly on your system or not.
To verify it, open command prompt of your pc and run the command below: 



node -v
If node.js was completely installed on your system, the command prompt will print the version of the Node JS installed.


Congratulations, You are successfully installed node.js on your pc


Comments

First Image
First Image
First Image
First Image