📝 Edit page
➕ Add page
npm-check
Byline:
Check for outdated, incorrect, and unused dependencies
Key links
- 👨💻 Repo:
- 📦 Package URL: https://www.npmjs.com/package/npm-check
Use in CI:
When updates are required it will return a non-zero response code that you can use in your CI tools
Installation
$ npm install -g npm-check
Usage
Check what can be updated:
$ npm-check
Interactive update:
$ npm-check -u
Upgrade all:
$ npm-check -y
Global:
$ npm-check -g