updating packages in node code example
Example 1: use npm to update packages to latest version
npm i -g npm-check-updates
ncu -u
npm install
Example 2: npm update syntax
npm update -g <package_name>
npm i -g npm-check-updates
ncu -u
npm install
npm update -g <package_name>