Skip to content

Instantly share code, notes, and snippets.

@xiao0yy
Created October 20, 2017 06:52
Show Gist options
  • Save xiao0yy/3d1f4c3f5d637433a61708f56f0df125 to your computer and use it in GitHub Desktop.
Save xiao0yy/3d1f4c3f5d637433a61708f56f0df125 to your computer and use it in GitHub Desktop.
Npm Global Update
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