ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 641 forks source link

nit(lib/utils/npm.ts): update npm vocabulary global flag #4915

Closed servusdei2018 closed 5 months ago

servusdei2018 commented 1 year ago

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.