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
If I run jhipster jdl bug-tracker.jh --blueprints ionic I get a blueprints incompatibility error.
INFO! Generating jdls bug-tracker.jh
ERROR! An error occurred while running jhipster:bootstrap#validateBlueprint
ERROR! ERROR! The installed generator-jhipster-ionic blueprint targets JHipster v7.9.3 and is not compatible with this JHipster version. Either update the blueprint or JHipster. You can also disable this check using --skip-checks at your own risk
Error: The installed generator-jhipster-ionic blueprint targets JHipster v7.9.3 and is not compatible with this JHipster version. Either update the blueprint or JHipster. You can also disable this check using --skip-checks at your own risk
at BootstrapGenerator._checkJHipsterBlueprintVersion (file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/dist/generators/base/generator.mjs:550:19)
at file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/dist/generators/bootstrap/generator.mjs:65:30
at Array.forEach (<anonymous>)
at BootstrapGenerator.validateBlueprint (file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/dist/generators/bootstrap/generator.mjs:64:52)
at BootstrapGenerator.executeTask (file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/node_modules/yeoman-generator/dist/actions/lifecycle.js:244:26 )
at env.queueTask.once (file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/node_modules/yeoman-generator/dist/actions/lifecycle.js:218 :56)
at runLoop.add.once (file:///Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/node_modules/yeoman-environment/dist/environment-base.js:384 :23)
at Immediate.<anonymous> (/Users/gnsilva/.nvm/versions/node/v20.11.1/lib/node_modules/generator-jhipster/node_modules/grouped-queue/lib/subqueue.js:48:34)
at process.processImmediate (node:internal/timers:478:21)
The text was updated successfully, but these errors were encountered:
My SO: MacOS 13.6.3 (22G436)
I can't run
jhipster-ionic blueprint v8.1.0
I can download via NPM, but when I run the ionic blueprint it always shows the version "welcome to Jhipster v7.9.3".
As much as I clear the cache and install the version directly via npm
npm install -g generator-jhipster-ionic@8.1.0
always shows this message.But when I list via
npm -g list
I see 8.1.0 installed locally.If I run
jhipster jdl bug-tracker.jh --blueprints ionic
I get a blueprints incompatibility error.The text was updated successfully, but these errors were encountered: