HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

npm-check — Check for outdated, incorrect, and unused npm package dependencies. More information: <https://githu

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandincorrectoutdatedandclicheckfornpm-check

Problem

How to use the npm-check command: Check for outdated, incorrect, and unused npm package dependencies. More information: <https://github.com/dylang/npm-check>.

Solution

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 {{[-u|--update]}}


Update everything without prompting:
npm-check {{[-y|--update-all]}}


Don't check for unused packages:
npm-check {{[-s|--skip-unused]}}

Code Snippets

Display a report of outdated, incorrect, and unused dependencies

npm-check

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]}}

Context

tldr-pages: common/npm-check

Revisions (0)

No revisions yet.