I’m trying to work with jhipster through yeoman, but none of the commands work (tried ‘yo jhipster’ and ‘yo jhipster:entity person’). It always gives the same error: ‘this.log.debug is not a function’. How to fix it?
versions:
yo: 5.0.0
yarn: 1.22.22
npm: 10.8.0
node: v20.14.0
I work in cmd not on the system disk in the directory for the project.
I have reinstalled npm, yo, etc. many times. But nothing has changed.
(Jhipster itself works (I ran it directly in the npm directory through the jhipster.cmd file. Everything works). But Yeoman doesn’t allow me to work with him.)
Is it a version issue or something else? Help with a solution, please. Thank you in advance