Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created July 3, 2018 10:33
Show Gist options
  • Save andreasvirkus/4a302dd15254077c228bd8294f9186c7 to your computer and use it in GitHub Desktop.
Save andreasvirkus/4a302dd15254077c228bd8294f9186c7 to your computer and use it in GitHub Desktop.
Install peerDependencies on UNIX machines
(
export PKG=eslint-config-airbnb;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment