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

Upgrade to JHipster 7 #482

Merged
merged 53 commits into from
May 20, 2021
Merged

Upgrade to JHipster 7 #482

merged 53 commits into from
May 20, 2021

Conversation

mraible
Copy link
Collaborator

@mraible mraible commented Apr 22, 2021

Fixes #466.

@@ -50,6 +50,7 @@ module.exports = class extends BaseGenerator {

this.interactive = this.options.interactive;
this.installDeps = this.options.installDeps;
this.conflicter = this.conflicter || this.env.conflicter;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mshima I'm not sure this is working. When I npm link and run yo jhipster-ionic, I get the following error:

    force backend/.yo-rc.json
Error jhipster-ionic

Cannot set property 'force' of undefined

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.env.conflicter isn't instantiated at this moment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mshima I never saw your PR! That's why I didn't merge. It looks like there are some conflicts. I'll merge if you resolve.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mraible done.

@mraible mraible merged commit 9276c36 into jhipster:main May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to JHipster 7
2 participants