Created
October 20, 2017 06:52
-
-
Save xiao0yy/3d1f4c3f5d637433a61708f56f0df125 to your computer and use it in GitHub Desktop.
Npm Global Update
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
npm -g outdated | awk 'NR != 1 {print $1"@"$3}' | xargs npm -g i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment