Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AMEYCHAVAN/7137118dbfcdc41a0f024ecab1ba1c2d to your computer and use it in GitHub Desktop.
Save AMEYCHAVAN/7137118dbfcdc41a0f024ecab1ba1c2d to your computer and use it in GitHub Desktop.
Interactive updating to npm-check with support for global.
Interactive updating to npm-check with support for global.
It also includes links to the source for each updated package so you can find out what's new.
Behind the scenes npm-check uses npm install thanks to the recommendation from @othiym23 in this thread.
# install
npm -g i npm-check
# interactive update of global packages
npm-check -u -g
# interactive update for a project you are working on
npm-check -u
Example using npm-check -u:
screen shot 2014-10-20 at 10 39 29 am
Source: https://github.com/dylang/npm-check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment