NPM

NPM is the package manager for JavaScript and the world’s largest software registry. NPM is a separate project from Node.js and tends to update more frequently. As a result, even if you’ve just downloaded Node.js (and therefore npm), you’ll probably need to update your NPM .

npm install --global npm@latest

Verify that npm in successfully installed, and version of installed npm will appear

npm --version

 

Suggest Edit