Created
February 4, 2019 06:20
-
-
Save jakubriedl/ebc76c936520095d0db181b997b5dc4f to your computer and use it in GitHub Desktop.
Force install npm outdated dependencies
This file contains hidden or 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 | awk '{if (NR!=1) {print $1 "@latest"}}' | xargs npm i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment