commands.sh

npm-check

all

Check for outdated, incorrect, and unused npm package dependencies.

More info →

Options (3)

-u, --updateboolean

Interactively update out-of-date packages

Example: npm-check {{[-u|--update]}}
-y, --update-allboolean

Update everything without prompting

Example: npm-check {{[-y|--update-all]}}
-s, --skip-unusedboolean

Don't check for unused packages

Example: npm-check {{[-s|--skip-unused]}}

Examples (4)

Display a report of outdated, incorrect, and unused dependencies

Interactively update out-of-date packages

npm-check [-u|--update]

Update everything without prompting

npm-check [-y|--update-all]

Don't check for unused packages

npm-check [-s|--skip-unused]
made by @shridhargupta | data from tldr-pages