Created
November 21, 2017 09:30
-
-
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
This file contains 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 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