Skip to content

Instantly share code, notes, and snippets.

@thelbouffi
Created August 10, 2020 12:23
Show Gist options
  • Save thelbouffi/ff53dcf59bf1b9393589f46c5392e748 to your computer and use it in GitHub Desktop.
Save thelbouffi/ff53dcf59bf1b9393589f46c5392e748 to your computer and use it in GitHub Desktop.

https://www.npmjs.com/package/npm-check-updates

to check packages => npm outdated
npm update will not always update all packages

solution => npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions.

(for izmjs keep "path-to-regexp": "0.1.7")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment