-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Husky install fails when creating reactive microservices #16172
Comments
It looks like each microservices need their own .git folder, so indeed, it's not nice |
So these issues need to be fixed, before the next release |
The git repository is in the parent.
Should be fixed by #14103, but never finished the implementation. |
This still happens. Steps to reproduce:
Error:
|
What
|
I just tried again with the |
Overview of the issue
Create a new directory and microservice projects in it.
husky install
fails.Motivation for or Use Case
It's no fun seeing stack traces when generating JHipster apps.
Reproduce the error
Related issues
#16055
Suggest a Fix
JHipster Version(s)
main
branchWorkaround
Remove
"prepare": "husky install"
from eachpackage.json
.The text was updated successfully, but these errors were encountered: