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

  • 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

download node.js

node.js windows setup

node js license agreement

node.js installation path

node.js custom installation

node.js ready to install

installing node.js on windows 10

node.js setup complete

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.

node.js check installation

Also read: jQuery Zoom Image on Hover

 

Leave a Reply

Your email address will not be published. Required fields are marked *