npm-check-updates 12.2.0
- Added
--retry <n>option to automatically retried failed requests for package information. Defaults to 3 retries.
Hopefully this relieves the frustrating situation of having npm-check-updates fail at the end of a long upgrade! You can control the number of retries with --retry <n>, including setting it to 0 for no retries (the previous behavior).