1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/common/npm-check.md
2022-02-02 15:43:21 -03:00

20 lines
421 B
Markdown

# npm-check
> Check for outdated, incorrect, and unused npm package dependencies.
> More information: <https://github.com/dylang/npm-check>.
- Display a report of outdated, incorrect, and unused dependencies:
`npm-check`
- Interactively update out-of-date packages:
`npm-check --update`
- Update everything without prompting:
`npm-check --update-all`
- Don't check for unused packages:
`npm-check --skip-unused`