Skip to content Skip to sidebar Skip to footer

Tutorial How to Install Nodejs on Windows 10 Easily

Complete steps on how to install Nodejs on Windows 10 for beginners

There are various kinds of platforms that are used to create Web application programs. One of these platforms is Node.js.

The Node.js platform is a programming platform that has very high quality and performance. There are many benefits that we can take from Node.Js, including that node.js can execute programs very quickly.

That’s because Node.js uses the V8 engine technology developed by Google and can run command line code very quickly. Node.js also has Single Threaded characteristics. Where Node.js is able to allocate threads during the ongoing program process. That way, the performance of the program will feel lighter.

How to Install Nodejs on Windows 10

Node.js has also been used by various well-known companies in the world such as Netflix, Medium and linkedin. That way, the ability and performance of Node.js has proven to be very good and we can use it to develop web programs that we will create.

If you are interested in using Node.js, then you can install Node.js first. The main component that you must have is the installer from Node.Js. You can download it from the official Node.js page. Here’s how to install Nodejs on Windows 10.

1. First download the Node.js installer on the official Node.js page. Or click here to download the Node.js installer. When it is downloaded, then double-click on the node.js installer.

How to Install Nodejs on Windows 10

2. The Node.js Setup window will appear on your computer screen. Click button Next to continue setting up Setup on Node.js.

How to Install Nodejs on Windows 10

3. Then put a check mark on I accept the terms in the License Agreement. Then click the button Next.

node js

4. Next enter the location of the folder where Node.js will be placed. Here I am following the default location defined by the Node.js application. Then click the button Next to continue.

node js

5. Click button Next.

node js

6. Next set the Tools for the React Native module that will be used. Put a check mark on the Automatically option in the red box below. Then click the button Next to continue installing.

How to Install Nodejs on Windows 10

7. Now, you can install the Node.js application on your computer. Click button Install.

node js

8. Wait for a while until the Node.js installation process is complete. This process only takes a few minutes.

node js

9. When the installation process is complete, there will be a notification if Node.js has been installed. Click button Finish to end it.

How to Install Nodejs on Windows 10 Image

10. Next, open the Command Prompt application on your computer. This method is useful for checking whether Node.js has been successfully installed on the computer or not. And in the Command prompt, we can also check the version in Node.js. Look for the Command Prompt application in the Windows search engine.

node js

11. At the Command prompt screen, type the command node-v. Then below it will display the version number of Node.js installed on our computer. Here the node.js version that I installed is 14.16.0.

node js

12. Next, check the version number of NPM used in Node.js. The trick is to type the command npm -v. Then the version of npm will be displayed as shown below. The NMP version of node.js I’m using is 6.14.11.

node js

That’s the article that explains how to install node.js on a computer. Hopefully this article can be useful and can help you in developing web application programs. Learn more about Node.js if you want to program even better web applications.

Post a Comment for "Tutorial How to Install Nodejs on Windows 10 Easily"