Skip to content

Instantly share code, notes, and snippets.

@odyss009
Created June 25, 2015 20:36
Show Gist options
  • Save odyss009/fe3b9a6ad27863121f88 to your computer and use it in GitHub Desktop.
Save odyss009/fe3b9a6ad27863121f88 to your computer and use it in GitHub Desktop.
npm outdated check
npm outdated --depth=0 | grep -v Package | awk '{print $1}' | xargs -I% npm install %@latest --save-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment