Wednesday, 26 December 2018

How to install node and npm ?

Download latest version of  Node from below URL:

https://nodejs.org/en/download/

You will get different options to download Node. Download as per your requirement.
Once downloaded follow the onscreen steps to install the Node. To install npm we do not need any extra steps as it by default bundled with node.

After installation, you can check the version of node by typing in admin command prompt below commands.

node -v
npm -v


No comments:

Post a Comment