1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00
tldr/pages/common/npm-check.md
Starbeamrainbowlabs 45ec3033c0
Revert "multiple pages: add homepages"
This reverts commit 347e557303.
2018-12-19 23:33:18 +00:00

362 B

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