writing

Interactively Update NPM Packages

How to update your project's NPM packages interactively

Michael Movsesov
Michael Movsesov

To quickly update your project's NPM packages, run npx npm-check -u and select the packages you want to update from the list.

Preview: