HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

npm outdated — Check for outdated npm package dependencies. More information: <https://docs.npmjs.com/cli/npm-outda

Submitted by: @import:tldr-pages··
0
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 outdated


Find packages that are outdated regardless of the current project:
npm outdated {{[-a|--all]}}

Code Snippets

Find packages that are outdated in a project

npm outdated

Find packages that are outdated regardless of the current project

npm outdated {{[-a|--all]}}

Context

tldr-pages: common/npm outdated

Revisions (0)

No revisions yet.