snippetbashTip
npm-check — Check for outdated, incorrect, and unused npm package dependencies. More information: <https://githu
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-checkInteractively 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-checkInteractively 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.