Created
January 26, 2016 14:19
-
-
Save Ginhing/d3e75a7f4371ba603c20 to your computer and use it in GitHub Desktop.
install all unmet peer dependency
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
#!/bin/sh | |
## Tested in ArchLinux | |
npm ls 2>/dev/null | grep "UNMET PEER DEPENDENCY" | awk '{print $NF}' | xargs npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment