Skip to content
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

Missing install phase in app submobule #1131

Closed
1 task done
nicolas63 opened this issue Sep 26, 2022 · 6 comments
Closed
1 task done

Missing install phase in app submobule #1131

nicolas63 opened this issue Sep 26, 2022 · 6 comments

Comments

@nicolas63
Copy link
Member

Overview of the issue

in the https://github.com/jhipster/jhipster-dotnetcore/blob/main/generators/app/index.js the install phase is missing

Motivation for or Use Case

During install phase we attempt to init git folder

Reproduce the error
Related issues

This fix this issue (#840)

Suggest a Fix

add this sections

get install() {
        return super._install();
}
  • Checking this box is mandatory (this is just to show you read everything)
@Shyamala7
Copy link

can I take this?

@nicolas63
Copy link
Member Author

Yes sure

Shyamala7 added a commit to Shyamala7/jhipster-dotnetcore that referenced this issue Oct 1, 2022
@nicolas63
Copy link
Member Author

unassigned due to invalid PR

@tlegrand54
Copy link
Contributor

Hello, can you assign me this ?

@nicolas63
Copy link
Member Author

hello, done

@nicolas63
Copy link
Member Author

Fix by #1216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants