manually update npm package code example
Example 1: update node.js dependencies
npm install -g npm-check-updates
ncu -u
npm update
npm install
Example 2: npm update syntax
npm outdated -g --depth=0
npm install -g npm-check-updates
ncu -u
npm update
npm install
npm outdated -g --depth=0