System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.