How to Install Node.js in Windows 10
Hi Friends, In this Video I'm going to teach you How to Install Node JS in Windows 10.
You can download Node.js from the official website https://nodejs.org/en/
You can download different options based on the Operating System.
Download the LTS version. Once the download is done go ahead and install the nodejs installer.
It's a simple installation process.
Accept the license agreement
If you want to use a different directory for installation you can change it. otherwise, keep the default settings as it is
Once the node has been successfully installed,
you need to open CMD and type the following commands node -v for verifying node.js installation and npm -v for npm installation.
If both commands returned corresponding versions, Node JS and NPM have been successfully installed on your Windows Machine.
Why Node.js
https://github.com/nodejs/node
Node.js is an open-source, Javascript runtime environment on Chrome’s V8 that lets you effortlessly develop fast and scalable web applications.
Node Js is introduced 10 years ago. It has 73,000+ stars on GitHub, 2800+ contributors. It is the fastest-growing open-source project having more than one billion downloads.Node.js is the greatest tool for building real-time web applications. It provides cross-platform applications that run easily on any web.