-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
jhipster upgrade always fails #29450
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
Comments
This happens even after UNINSTALLING generator-jhipster-migrate!!! |
This happens even after deleting the noe_modules/generator-jhipster-migrate directory that npm uninstall left and any traces of generator-jhipster-migrate in node_modules/.package_lock.json and anywhere else I could find it :( |
This happens even after deleting the node_modules directory completely and adding --skip-checks
|
I managed to eventually get jhipster-migrate to work. The last couple updates jhipster-migrate did not work at all and jhipster upgrade did :/ |
@naris I believe you didn't upgrade to the latest jhipster version and the jhipster-migrate version, that was probably why it failed for you. If you manage to make it work and the issue has been resolved, please close the issue. |
Overview of the issue
Almost every time I attempt to upgrade jhipster, the upgrade fails. Often it fails, like it just did this time, due to this error "ERROR! ERROR! The installed generator-jhipster-migrate blueprint targets JHipster v8.6.0 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"
This happens even though the project does NOT use the generator-jhipster-migrate blueprint.
JHipster info
[email protected] C:\src\totalfact
+-- [email protected] extraneous
|
-- [email protected] extraneous
-- [email protected] invalid: "8.10.0" from the root projectjhipster 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 need to be able to upgrade my JHipster projects without having to spend several days to weeks attempting to debug JHipster itself :(
Reproduce the error
Attempt up upgrade a project from jhipster 8.10.0 to 8.11.0:
This is the result of doing that:
Related issues
This happens ALL THE TIME!
Suggest a Fix
JHipster Version(s)
8.10.0 -> 8.11.0
Browsers and Operating System
Windows 11
The text was updated successfully, but these errors were encountered: