Skip to content

Instantly share code, notes, and snippets.

@Ginhing
Created January 26, 2016 14:19
Show Gist options
  • Save Ginhing/d3e75a7f4371ba603c20 to your computer and use it in GitHub Desktop.
Save Ginhing/d3e75a7f4371ba603c20 to your computer and use it in GitHub Desktop.
install all unmet peer dependency
#!/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