Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
Created May 19, 2018 19:02
Show Gist options
  • Save mathiasrw/6b20e59c0a1ba5ea472730eb6bf40015 to your computer and use it in GitHub Desktop.
Save mathiasrw/6b20e59c0a1ba5ea472730eb6bf40015 to your computer and use it in GitHub Desktop.
Get commands to fix npm audit
npm audit | ggrep -oP '(?<=# Run..).+(?=..to resolve)'
@mathiasrw
Copy link
Author

Uses GNU grep. Get it for your mac with brew install grep (and yes, it will be installed as ggrep)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment