We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn add husky --dev
There is a problem with yarn & husky
Just yarn add husky --dev have not installed git hooks for me. This one works for me: yarn add husky --dev --force
yarn add husky --dev --force
The text was updated successfully, but these errors were encountered:
Interesting. It works fine for me with Yarn 0.20.3 (and even previous versions), on macOS.
What's your OS and Yarn version?
Sorry, something went wrong.
Sorry, it's not a bug, it's my mistake. I suppose, I've installed husky before I've made 'git init'.
I tried reproduce this problem with yarn & husky, but everything works fine.
Yay! That would make sense :) Closing then!
No branches or pull requests
There is a problem with yarn & husky
Just
yarn add husky --dev
have not installed git hooks for me. This one works for me:yarn add husky --dev --force
The text was updated successfully, but these errors were encountered: