

Open command prompt and run below command to test npm npm -v.You should see an output like below (Note: Your version may vary depending on your date of installing as Node.js team make an aggressive release but make sure your node version is > v10.0.0) Open command prompt and run below command to test node node -v.Click Finish : Hey node installed, just click on finish button.This step would take several minutes to finish installation Click Install, this may need elevated permissions, provide necessary rights requested.Click Next : If you have not much idea about selection leave the standard and click on next button.Click Next : To select the installation path on your computer.By clicking next in above step, you will be asked to accept license, please accept by clicking checkbox and click Next.Click on the downloaded node.js installer node-vxx.xx.xx.msi (for example node-v10.15.0.msi).


NPM – Node Packages Manager helps to install packages globally and locally. This tool will help to install and the libraries and other tools to support react development. Npm means -“node package manager”, it is a dependency management tool for JavaScript applications. You need Node.js for dev tooling (like local web server with live reloading features) and dev experience. In the Node.js environment, developers use JavaScript code to develop wide variety of applications like network applications, command line tools, web api, web applications etc. Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.
