Node.js is one of the most popular javascript framework available right now. In this tutorial I am going to show you how to install node js on windows 10.
According to official definition of Node.js.
Node.jsĀ® is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
Install Node.js on Windows 10
- Download node.js from https://nodejs.org/en/
- Start node.js setup wizard
- Agree to the License Agreement
- Select Install to path
- Select setup type
- Installed
Also read: jQuery form validation example without plugin
After node.js installed on windows 10 go to command prompt (press ctrl + r and type cmd and press enter) and type node -v to check node.js version and also type npm- v for npm version check.
Also read: jQuery Zoom Image on Hover