How to Install Node.js and NPM on Windows

Node.js is a version of Chrome’s V8 JavaScript runtime engine. It provides and option to programmers to run JavaScript on server-side. Node.js is becoming more popular in developers due to its speed and efficiency. Developers can easily us JavaScript to for frontend and can contact with backend web services.

Install Node.js and NPM on Windows

Download Windows installer from Node.js official website.
Run the installer by double clicking on it and follow on-screen instructions and your node.js installation will be completed in few minutes.
nodejs-on-windows-1
nodejs-on-windows-2

Verify Installation

To verify installation of node.js on windows system, Open Windows command prompt and check installed version of nodejs and npm .
nodejs-on-windows-3

Update Node.js and NPM on Windows

Node.js new versions comes very frequently. On windows systems update process is pretty straight forward. Just download the newer version of node.js and install on your system. It will overwrite old version of node.js.

Thanks for Visit Here

Comments