Version Requirements
- Node.js & npm
- Download Node.js from https://nodejs.org/en/download/ and install it on your system. NPM comes bundled with Node.js
- Now check the version if everything is installed nicely like open the
command prompt and run node -v npm -v if you get any number then everything is just fine.