update npm version cli code example
Example 1: update npm
// update npm//
npm install -g npm@latest
Example 2: update npm
npm install -g npm@latest
// for global install
// update npm//
npm install -g npm@latest
npm install -g npm@latest
// for global install