Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support jhipster 7.1.0 to 7.7.0 #37

Closed
naris opened this issue Jun 23, 2021 · 3 comments
Closed

Doesn't support jhipster 7.1.0 to 7.7.0 #37

naris opened this issue Jun 23, 2021 · 3 comments

Comments

@naris
Copy link

naris commented Jun 23, 2021

The current version of jhipster is 7.1.0 Using that produces this error:

jhipster --blueprints primeng-blueprint
INFO! Using JHipster version installed globally
INFO! No custom sharedOptions found within blueprint: generator-jhipster-primeng-blueprint at npm/node_modules/generator-jhipster-primeng-blueprint
INFO! No custom commands found within blueprint: generator-jhipster-primeng-blueprint at npm/node_modules/generator-jhipster-primeng-blueprint

Welcome to JHipster v7.1.0

ERROR! The installed generator-jhipster-primeng-blueprint blueprint targets JHipster v7.0.1 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-primeng-blueprint blueprint targets JHipster v7.0.1 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 JHipsterAppGenerator.error (npm\node_modules\generator-jhipster\generators\generator-base.js:1788:11)
at JHipsterAppGenerator._checkJHipsterBlueprintVersion (npm\node_modules\generator-jhipster\generators\generator-base-blueprint.js:424:14)
at npm\node_modules\generator-jhipster\generators\app\index.js:314:18
at Array.forEach ()
at JHipsterAppGenerator.validateBlueprint (npm\node_modules\generator-jhipster\generators\app\index.js:313:42)
at Object. (npm\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1024:25)
at npm\node_modules\generator-jhipster\node_modules\run-async\index.js:49:25
at new Promise ()
at npm\node_modules\generator-jhipster\node_modules\run-async\index.js:26:19
at runLoop.add.once.once (npm\node_modules\generator-jhipster\node_modules\yeoman-generator\lib\index.js:1025:11)

@naris naris changed the title Doesn't support jhipster 7.10 Doesn't support jhipster 7.1.0 Sep 17, 2021
@naris naris changed the title Doesn't support jhipster 7.1.0 Doesn't support jhipster 7.1.0 to 7.7.0 Mar 30, 2022
@naris
Copy link
Author

naris commented Mar 30, 2022

The current version of jhipster is now 7.7.0

@yelhouti
Copy link
Contributor

yelhouti commented Sep 27, 2022

Things to copy from the main generator:

  1. New types: with Pick Omit...
  2. test-samples
  3. FormService
  4. convertDate
    Things to fix:
  5. Use AftervIewInit to work on navigation
  6. Remove the not required Date fields from updateForm

This should be released in few days.

@yelhouti
Copy link
Contributor

yelhouti commented Oct 5, 2022

upgraded to support latest jhipster, specifically version: jhipster/generator-jhipster#19849

@yelhouti yelhouti closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants