-
-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Don't know if this has been reported (or that it has been fixed in 4.11.0), but when I create a Quarkus/React application it goes well, but when I create a Quarkus/Angular application I get the following error:
WARNING! ______________________________________________________________________________
JHipster update available: 8.11.0 (current: 8.10.0)
Run npm install -g generator-jhipster to update.
✔ What is the base name of your application? testqk
✔ Which type of application would you like to create? Monolithic application (recommended for simple projects)
✔ What is your default Java package name? org.assimbly.testqk
✔ Would you like to use Maven or Gradle for building the backend? Maven
✔ Which type of authentication would you like to use? JWT authentication (stateless, with a token)
✔ Which type of database would you like to use? SQL (SQL databases)
✔ Which production database would you like to use? PostgreSQL
✔ Which development database would you like to use? H2 with in-memory persistence
✔ Do you want to use Hibernate 2nd level cache? Yes
✔ Would you like to enable internationalization support? No
✔ Please choose the native language of the application English
✔ Which framework would you like to use for the client? Angular
✔ Besides Jest/Vitest, which testing frameworks would you like to use?
✔ Do you want to generate the admin UI? No
✔ Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JHipster
✔ applying multi-step templates
✔ Git repository initialized.
ERROR! An error occured while running jhipster-quarkus:angular#customize
ERROR! ERROR! Unable to find D:\test\jhipster\testqk\src\main\webapp\app\admin\configuration\configuration.component.html.
Error: Unable to find D:\test\jhipster\testqk\src\main\webapp\app\admin\configuration\configuration.component.html.
at default.editFile (file:///C:/Users/Raymond/AppData/Roaming/npm/node_modules/generator-jhipster-quarkus/node_modules/generator-jhipster/dist/generators/base-core/generator.js:1047:23)
at default.customize (file:///C:/Users/Raymond/AppData/Roaming/npm/node_modules/generator-jhipster-quarkus/generators/angular/generator.js:11:22)
at default.executeTask (file:///C:/Users/Raymond/AppData/Roaming/npm/node_modules/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:258:26)
at env.queueTask.once (file:///C:/Users/Raymond/AppData/Roaming/npm/node_modules/generator-jhipster-quarkus/node_modules/yeoman-generator/dist/actions/lifecycle.js:232:56)
at runLoop.add.once (file:///C:/Users/Raymond/AppData/Roaming/npm/node_modules/generator-jhipster-quarkus/node_modules/yeoman-environment/dist/environment-base.js:395:23)
at Immediate. (C:\Users\Raymond\AppData\Roaming\npm\node_modules\generator-jhipster-quarkus\node_modules\grouped-queue\lib\subqueue.js:48:34)
at process.processImmediate (node:internal/timers:491:21)
at process.callbackTrampoline (node:internal/async_hooks:130:17)
If it already has been solved, just close the ticket.