Skip to content

Instantly share code, notes, and snippets.

@desbo
Created March 29, 2016 12:42
Show Gist options
  • Save desbo/906326b08c05aa09e2fe to your computer and use it in GitHub Desktop.
Save desbo/906326b08c05aa09e2fe to your computer and use it in GitHub Desktop.
ansi-script npm-shrinkwrap fix
grep -nHC1 "2\.2\.0" npm-shrinkwrap.json \
| grep -A1 ansi-styles \
| grep npm-shrinkwrap.json: \
| cut -d: -f2 \
| xargs -I"{}" -n1 sed -i {}s/\.0/\.1/ npm-shrinkwrap.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment