How To Install NPM
npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js.
step 1: To Install NPM
To install NPM package open cmd and paste the following codes
sudo apt-get update
sudo apt-get install npm
For Windows
For Windows install node js from the following Node Js .It having an npm package along with this.
To Check NPM version
To Check the npm version
npm -v
2 thoughts on “How To Install NPM”