mirror of https://github.com/CrimsonTome/tldr.git
21 lines
418 B
Markdown
21 lines
418 B
Markdown
# npm-check
|
|
|
|
> Check for outdated, incorrect, and unused npm package dependencies.
|
|
> Homepage: <https://www.npmjs.com/package/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`
|