Skip to content

Instantly share code, notes, and snippets.

@aravindballa
Created May 8, 2018 12:37
Show Gist options
  • Save aravindballa/bd76912e52f0a1b10ea0938b034607c4 to your computer and use it in GitHub Desktop.
Save aravindballa/bd76912e52f0a1b10ea0938b034607c4 to your computer and use it in GitHub Desktop.
Stop people from using npm and use yarn instead.
{
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('This library must be installed with Yarn: https://yarnpkg.com/ ')\""
}
@aravindballa
Copy link
Author

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