-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
husky 4.2.3 rolled back to 4.2.1 so that it works #676
Comments
Same. Thanks for this! |
At macos,when I use cnpm install 4.2.3,it dosen't works.But when I use yarn install, it works. |
afc163
added a commit
to afc163/husky
that referenced
this issue
Mar 10, 2020
This was broken for me at 4.2.3 as well. Rolling back to 4.2.1 fixed it. I'm not using |
chriseppstein
added a commit
to linkedin/css-blocks
that referenced
this issue
Apr 4, 2020
Husky fails to run commitlint silently in 4.2.3. I've rolled back to 4.2.1 and locked the version there until the issue is fixed. typicode/husky#676
typicode
pushed a commit
that referenced
this issue
Apr 9, 2020
* fix: cnpm fail cause packgeManager not matched close #682 close #676 close cnpm/cnpm#318 * test: fix jest snapshot
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I setup a POC project to test Parcel bundler a few weeks ago (for a static HTML website).
husky@4.2.1
andlint-staged@10.0.2
.Today, I setup a new project (for a .NET MVC website) with the same
package.json
and folder structure as per my POC.husky@4.2.3
andlint-staged@10.0.7
.husky > pre-commit (node v12.14.1)
, etc. It failed silently.I rolled husky back to 4.2.1 and pre-commit now works again.
The text was updated successfully, but these errors were encountered: