Site icon WDB24

How to install Node.js on Windows 10

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

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

Exit mobile version