snippetbashTip
npm outdated — Check for outdated npm package dependencies. More information: <https://docs.npmjs.com/cli/npm-outda
Viewed 0 times
commandnpmoutdatedclicheckpackagefornpm outdated
Problem
How to use the
npm outdated command: Check for outdated npm package dependencies. More information: <https://docs.npmjs.com/cli/npm-outdated/>.Solution
npm outdated — Check for outdated npm package dependencies. More information: <https://docs.npmjs.com/cli/npm-outdated/>.Find packages that are outdated in a project:
npm outdatedFind packages that are outdated regardless of the current project:
npm outdated {{[-a|--all]}}Code Snippets
Find packages that are outdated in a project
npm outdatedFind packages that are outdated regardless of the current project
npm outdated {{[-a|--all]}}Context
tldr-pages: common/npm outdated
Revisions (0)
No revisions yet.