You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2022. It is now read-only.
Has anyone experienced similar problems? I am happy to create a PR to fix these, but I would need some help on the last of the three findings because I have not found a solution for that so far.
It seems that there are some compatibility issues when using JHipster 7.0 or higher. In my case, 7.0.1 was used.
Reproduction steps:
yo jhipster-moduleErrors:
this.getAllJhipsterConfigis not a function. Possible solution: Usethis.getJhipsterConfig()instead (apparently, the former was removed: Remove getAllJhipsterConfig generator-jhipster#12023)this.getAngularAppNameis not a function. Possible solution: Usethis.getFrontendAppName()insteadthis.installDependenciesis not a function. Possible solution: I have not found any so far. I have seen that the function is marked as deprecated (https://github.com/yeoman/generator/blob/357932222b7806e6d3e60c44d5cbdd9b2da74dcf/lib/actions/install.js#L111) but that does not explain why it would not be defined...Has anyone experienced similar problems? I am happy to create a PR to fix these, but I would need some help on the last of the three findings because I have not found a solution for that so far.
Thank you!