If you want to update all global packages
npm update -g
If you want to update specific global package
npm update -g <package_name>
If you want to update all global packages
npm update -g
If you want to update specific global package
npm update -g <package_name>