ionic-cli
ionic-cli copied to clipboard
nit(lib/utils/npm.ts): update npm vocabulary global flag
Since npm v8.11.0, the --global/-g flag is deprecated in favor of --location. This commit updates the update util's vocabulary, so that it no longer recommends using a deprecated flag.