Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Created July 25, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noitidart/525308cea8ea1dc644b99be202fe192b to your computer and use it in GitHub Desktop.
Save Noitidart/525308cea8ea1dc644b99be202fe192b to your computer and use it in GitHub Desktop.
in package.json scripts:
scripts: {
...
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) { console.error('\\u001b[31mPlease use yarn for installing\\u001b[0m'); process.exit(1); }\""
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment