If you are into developing using `node` you might end up with a lot of dependencies installed in your machine that might be outdated and finding what to update might be quite tricky.

`npm-check` comes to help as a package that checks for outdated, incorrect, and unused dependencies allowing you to update them easily.

So for example if you want to upgrade all your `global` packages you can simply type:
npm-check -g -u
You get a nice interactive dialog that helps you decide on the packages you want to update:
npm-check-interactive

Categorized in:

Tagged in:

,