npm latest install code example
Example 1: update npm
npm install -g npm@latest
Example 2: intall npm
npm install -g npm
Example 3: install npm mac
brew install node
npm install -g npm@latest
npm install -g npm
brew install node