Context:
I have a jhipster project for whom I installed some jhipster modules (yeoman generators) that should behave as post-entity hooks. One of the jhipster modules is not created by me, it is actually jhipster-entity-audit. I first ran yo jhipster-entity-audit, which succedeed and created the .jhipster\modules\jhi-hooks.json file.
Problem: When I run the jdl importer, as new entities are being created, I am expecting to see jhipster-entity-audit executing for each newly create entity as it should behave as a post entity hook. Instead, I am receiving this output:
Mentions: I surely do have jhipster-entity-audit generator installed. I tried installing it through many methods, with Yarn/Node (local and/or global).
I would really appreciate some suggestions about how to solve this issue, and also, optional questions if I have not succeeded to provide all the information needed for you to be able to help me.

jhipster infobecause your question does not tell which version you're using for jhipster, node, etc.... Then you can probably delete this question as it won't be answered. - Gaël MarziouCould not compose module <my_generator_name>If there is a bug and not a mistake of mine, i think that it is not a specific to one generator, but to a larger range. I'll post a link to the repo, when i create it. - ancab