jhipster / generator-jhipster-quarkus

Quarkus blueprint for JHipster
https://www.jhipster.tech/blueprints/quarkus/
Apache License 2.0
141 stars 56 forks source link

Not able to run this blueprint #281

Closed ivanatdevoteam closed 1 year ago

ivanatdevoteam commented 1 year ago

when i try to run the command "jhipster --blueprints quarkus" i get the following error.

INFO! Using bundled JHipster INFO! No custom sharedOptions found within blueprint: generator-jhipster-quarkus at C:/Users/ig06152/AppData/Roaming/nvm/v16.19.1/node_modules/generator-jhipster-quarkus INFO! No custom commands found within blueprint: generator-jhipster-quarkus at C:/Users/ig06152/AppData/Roaming/nvm/v16.19.1/node_modules/generator-jhipster-quarkus (node:3556) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./lib/util/" in the "exports" field module resolution of the package at C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\node_modules\yeoman-environment\package.json. Update this package.json to use a subpath pattern like "./lib/util/*". (Use node --trace-deprecation ... to show where the warning was created) ERROR! This is a JHipster blueprint and should be used only like jhipster --blueprint quarkus Error: This is a JHipster blueprint and should be used only like jhipster --blueprint quarkus at module.exports.error (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster-quarkus\node_modules\generator-jhipster\generators\generator-base.js:1590:15) at new module.exports (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster-quarkus\generators\app\index.js:13:18) at Environment.instantiate (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\node_modules\yeoman-environment\lib\environment.js:806:23) at Environment.create (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\node_modules\yeoman-environment\lib\environment.js:778:17) at C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\cli\program.js:190:58 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Promise.all (index 0) at async JHipsterCommand._lazyBuildCommandCallBack (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\cli\program.js:180:13) at async JHipsterCommand._parseCommand (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\cli\jhipster-command.js:79:7) at async JHipsterCommand.parseAsync (C:\Users\ig06152\AppData\Roaming\nvm\v16.19.1\node_modules\generator-jhipster\node_modules\commander\lib\command.js:917:5)

node version is 16.9.1 npm version 8.19.3 java version 11.0.18

i think that this is the same issue as #246 but it was supposedly fixed with the merge of #247. I am still having the same issues

@vishal423 send help

vishal423 commented 1 year ago

@ivanatdevoteam, can you please try against the main branch?

ivanatdevoteam commented 1 year ago

@vishal423 i installed the blueprint with the given command in the readme, im assuming it is using the main branch

vishal423 commented 1 year ago

@ivanatdevoteam , you have to follow instructions listed under this section of readme document. Let me know if that doesn't work.

vishal423 commented 1 year ago

@ivanatdevoteam , Can you please try against recently published version v2.0.0? I will keep the ticket open for your confirmation.

vishal423 commented 1 year ago

Closing the ticket as there is no response from the reporter. Feel free to comment if the issue is still reproducible.