npm latest version code example
Example 1: update npm
npm install -g npm@latest
Example 2: install latest npm
npm install npm@latest -g
Example 3: npm get latest version of package
npm show {pkg} version
Example 4: update npm
npm install -g npm
Example 5: update npm
npm install -g npm@latest
// for global install