update npm to specific version code example
Example 1: update npm
npm install -g npm@latest
Example 2: update npm
npm install -g npm@latest
// for global install
Example 3: npm update specific package
npm update browser-sync
-------
yarn upgrade browser-sync