2018-05-16 13:07:05 +01:00
|
|
|
# npm-check
|
|
|
|
|
|
|
|
> Check for outdated, incorrect, and unused npm package dependencies.
|
2022-02-02 18:43:21 +00:00
|
|
|
> More information: <https://github.com/dylang/npm-check>.
|
2018-05-16 13:07:05 +01:00
|
|
|
|
|
|
|
- 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`
|