Created
July 5, 2016 10:18
-
-
Save AMEYCHAVAN/7137118dbfcdc41a0f024ecab1ba1c2d to your computer and use it in GitHub Desktop.
Interactive updating to npm-check with support for global.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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