Created
August 25, 2016 08:15
-
-
Save ediblecode/0a815a07fe9dd719b57db83efe25d09a to your computer and use it in GitHub Desktop.
Update all outdated NPM packages
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
# https://github.com/npm/npm/issues/3417#issuecomment-76363431 | |
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