Tutorial How to Install Node.js on Windows 10 Easily

Richards
By -
0
Tutorial How to Install Node.js on Windows 10 Easily

There are various kinds of platforms that are used to create Web application programs. One of those 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.

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.

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

Node.js Setup


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

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 Next button to continue.

5. Click the Next button.

Click the Next button


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 Next button to continue installing.

continue installing


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

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

installation process

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

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.

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-v


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.

Next,


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 better web applications.
Tags:

Post a Comment

0Comments

Post a Comment (0)

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn more
Ok, Go it!