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
I've created a JHipster blueprint based on JHipster 7.9.3 and now I'm trying to convert it to JHipster 8. I used to run my subgenerators via command line like "jhipster-my-blueprint my-subgenerator" but now I face a fatal error "my-subgenerator is not a known command".
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
git version 2.43.0
node: v20.18.0
npm: 10.9.0
Docker version 27.3.1, build ce12230
WARNING! Current location doesn't contain a valid JHipster application
Congratulations, JHipster execution is complete!
If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
Thanks for using JHipster!
jhipster info output is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample using jhipster from-issue command.
Motivation for or Use Case
I've created this subgenerator in order to build some artifacts related to microservices created by JHipster in the sudirectories. It used to work when I call this way with JHIpster 7.9.3. After upgrading to v8.7, the command "my-subgenerator" is no more recognized. It seems to be a bug for me.
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
Browsers and Operating System
Tickets opened without reproduction steps or that doesn't follows the template recommendation will be closed.
Checking this box is mandatory (this is just to show you read everything)
The text was updated successfully, but these errors were encountered:
@mshima , thank you very much for your tips. I found out that was a mistake of mine. I've named the file inside directory cli as command.cjs instead of commands.cjs in plural.
Sorry for wasting your time!
FATAL! is not a known command
I've created a JHipster blueprint based on JHipster 7.9.3 and now I'm trying to convert it to JHipster 8. I used to run my subgenerators via command line like "jhipster-my-blueprint my-subgenerator" but now I face a fatal error "my-subgenerator is not a known command".
JHipster info
Welcome to JHipster v8.7.3
Welcome to the JHipster Information Sub-Generator
JHipster configuration not found
.yo-rc.json file for testeBlueprintObras
.yo-rc.json file for testeBlueprintPessoas
.yo-rc.json file for testeBlueprintSomenteteste
Environment and Tools
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
git version 2.43.0
node: v20.18.0
npm: 10.9.0
Docker version 27.3.1, build ce12230
WARNING! Current location doesn't contain a valid JHipster application
Congratulations, JHipster execution is complete!
If you find JHipster useful consider sponsoring the project https://www.jhipster.tech/sponsors/
Thanks for using JHipster!
jhipster info
output is mandatory for bug reports. This will allow us to use automated tests and genarate the broken sample usingjhipster from-issue
command.Motivation for or Use Case
I've created this subgenerator in order to build some artifacts related to microservices created by JHipster in the sudirectories. It used to work when I call this way with JHIpster 7.9.3. After upgrading to v8.7, the command "my-subgenerator" is no more recognized. It seems to be a bug for me.
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
Browsers and Operating System
The text was updated successfully, but these errors were encountered: