Note: This tutorial is intended for Windows Users

  1. Download node.js and NPM Installer from this link “ https://nodejs.org/en/download/

1.png

  1. Install node.js and NPM using downloaded file

2.png

  1. Verify Installation of node.js and NPM in cmd
node -v
npm -v