npm outdated -g

Category: Node.js & npm/yarn

npm outdated -g

Show outdated globally installed packages

Checks the packages you installed with npm install -g against the registry and lists those with newer releases. Global tools often lag behind because updates are manual. Apply updates with npm update -g.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.