PierreBesson / generator-jhipster-banner

JHipster module to generate a custom Spring Boot banner.txt
Apache License 2.0
20 stars 1 forks source link

Error #3

Open pm6422 opened 4 years ago

pm6422 commented 4 years ago

yo jhipster-banner TypeError: Cannot read property 'initializing' of undefined at addInQueue (C:\Users\doublefx\AppData\Roaming\npm\node_modules\generator-jhipster-banner\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:609:39) at Array.forEach () at C:\Users\doublefx\AppData\Roaming\npm\node_modules\generator-jhipster-banner\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:624:20 at new Promise () at child.run (C:\Users\doublefx\AppData\Roaming\npm\node_modules\generator-jhipster-banner\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:581:21) at Environment.runGenerator (C:\Users\doublefx\AppData\Roaming\npm\node_modules\yo\node_modules\yeoman-environment\lib\environment.js:616:22) at Environment.run (C:\Users\doublefx\AppData\Roaming\npm\node_modules\yo\node_modules\yeoman-environment\lib\environment.js:603:17) at C:\Users\doublefx\AppData\Roaming\npm\node_modules\yo\lib\cli.js:167:11 at Environment.resolver.lookup (C:\Users\doublefx\AppData\Roaming\npm\node_modules\yo\node_modules\yeoman-environment\lib\resolver.js:73:12) at init (C:\Users\doublefx\AppData\Roaming\npm\node_modules\yo\lib\cli.js:128:7)

pascalgrimaud commented 4 years ago

it's normal, as this module is not maintained anymore, so it's not compatible with the current version of JHipster

pm6422 commented 4 years ago

Do you know which version is fine?

Sent from my iPhone

On Mar 7, 2020, at 20:56, Pascal Grimaud notifications@github.com wrote:

 it's normal, as this module is not maintained anymore, so it's not compatible with the current version of JHipster

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

pascalgrimaud commented 4 years ago

Look at the package.json: https://github.com/PierreBesson/generator-jhipster-banner/blob/master/package.json#L26

So it's compatible with generator-jhipster@4.6.0 Now, we are at v6.7.1, so 2 big major versions

pm6422 commented 4 years ago

I have tried,but it failed. what is the reason?

Sent from my iPhone

On Mar 7, 2020, at 21:31, Pascal Grimaud notifications@github.com wrote:

 Look at the package.json: https://github.com/PierreBesson/generator-jhipster-banner/blob/master/package.json#L26

So it's compatible with generator-jhipster@4.6.0 Now, we are at v6.7.1, so 2 big major versions

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.