NPM

Node comes with its own package manager which is used using command npm. If you have already installed node.js then we will recommend to check it’s version and if it’s not the latest version then please update it using below command.

npm install -g npm

For Mac Users

Please use sudo command to install in your system.

sudo npm install -g npm

Suggest Edit