mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
npm-check: add page (#2107)
This commit is contained in:
parent
f27c3045f3
commit
8015572c2f
1 changed files with 19 additions and 0 deletions
19
pages/common/npm-check.md
Normal file
19
pages/common/npm-check.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# npm-check
|
||||||
|
|
||||||
|
> Check for outdated, incorrect, and unused npm package dependencies.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue