Task 1: Download NodeJS
Task 2: Install NodeJS
  C:\Users\naresh>node -v
v15.2.0
Task 2 : Check Node Package Manager(npm) is installed ?
npm -v
// Output: 7.0.0

Note - If not installed, install npm globally.

npm install -g npm@latest