Skip to content

Instantly share code, notes, and snippets.

@haroonabbasi
Created November 21, 2017 09:30
Show Gist options
  • Save haroonabbasi/43966aa7dc2615d498a6ebe3254d202a to your computer and use it in GitHub Desktop.
Save haroonabbasi/43966aa7dc2615d498a6ebe3254d202a to your computer and use it in GitHub Desktop.
npm outdated package update command found at https://github.com/npm/npm/issues/3417
npm outdated --depth=0 | grep -v Package | awk '{print $1}' | xargs -I% npm install %@latest --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment