Note: This tutorial is intended for Windows Users
- Download node.js and NPM Installer from this link “ https://nodejs.org/en/download/ “
- Install node.js and NPM using downloaded file
- ‘Welcome to the Node.js Setup Wizard’ will show – click Next
- On the next screen, review and understand the license agreement. If you agree - click Next.
- The installer will prompt you for the installation location. Leave the default location, unless you want to install it somewhere else – then click Next.
- The wizard will let you select components to include or remove from the installation. Again, unless you have a specific need, accept the defaults by clicking Next.
- Click the Install button to run the installer. When it finishes, click Finish.
- Verify Installation of node.js and NPM in cmd
- Open cmd (command prompt)
- Check version of node.js installed
node -v
- Check version of NPM installed
npm -v
- If cmd result is similar in below picture, then go to next process