how to update latest version of npm code example
Example 1: npm update
npm update --save
Example 2: update npm
npm install -g npm@latest
// for global install
npm update --save
npm install -g npm@latest
// for global install