-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
[Bug] Husky hook erroring out #100
Comments
As you probably already know, Recently (see jquery/jquery#3708) it looks like either
Sorry, I have not yet found the time to figure this one out, if you could that would be great! |
Thanks for the detailed explanation, that makes sense. What do you think about updating the documentation in the meantime to include |
@all3fox I guess #98 will fix this? |
No, I doubt it, that issue is for the jQuery install problem: jquery/jquery#3708 |
I reinstall husky and commitplease packages, and it works fine. |
@jzaefferer I traced this problem back to husky, take a look at this line. Husky uses this script to "build" all of their hooks on the fly at install time. The line I am linking to is used in the following fashion: scan There are no arguments passed anywhere, just the I have dug out my issue to husky where I am complaining that I cannot pass So, imo we do need to explicitly document this case better, I'll take a look at our README now. Once I document it, I will close this issue. |
Ok, since it was a one-sentence change, I took the liberty of pushing everything to master. Once again, thanks to @jiaweihli and sorry for not getting to this sooner. Feel free to reopen if needed. |
My
package.json
configuration looks like this:When I commit something with this setup, I get this error:
Is this an issue with the documentation or a bug in the code?
My current workaround is to set:
which is working fine.
The text was updated successfully, but these errors were encountered: