System Grab Bag

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

ncu

Find newer versions of package dependencies and check outdated npm packages locally or globally. ncu only updates dependency versions in package.json. To install the new versions, run npm install afterwards. More information: https://github.com/raineorshine/npm-check-updates.
  • List outdated dependencies in the current directory:
    ncu
  • List outdated global npm packages:
    ncu -g
  • Upgrade all dependencies in the current directory:
    ncu -u
  • Interactively upgrade dependencies in the current directory:
    ncu -i
  • Display help:
    ncu -h

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.