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 am running jhipster upgrade but after all process there is no change.
Motivation for or Use Case
i am tring to upgrade jhipster 4.5.2 to 4.5.3.
after upgrading, .yo-rc.json file shows jhipsterVersion still 4.5.2.
I then tried it with --verbose. I show that The new version(4.5.3) of jhipster-generator is installed but does not generate with it.
I dont know why..
Overview of the issue
I am running jhipster upgrade but after all process there is no change.
Motivation for or Use Case
i am tring to upgrade jhipster 4.5.2 to 4.5.3.
after upgrading, .yo-rc.json file shows jhipsterVersion still 4.5.2.
I then tried it with --verbose. I show that The new version(4.5.3) of jhipster-generator is installed but does not generate with it.
I dont know why..
JHipster Version(s)
4.5.2 -> 4.5.3
JHipster configuration
{
"generator-jhipster": {
"promptValues": {
"packageName": "a.b.c.d"
},
"jhipsterVersion": "4.5.2",
"baseName": "OakWebApp",
"packageName": "a.b.c.d",
"packageFolder": "a/b/c/d",
"serverPort": "8080",
"authenticationType": "jwt",
"hibernateCache": "ehcache",
"clusteredHttpSession": false,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "h2Disk",
"prodDatabaseType": "mysql",
"searchEngine": false,
"messageBroker": false,
"serviceDiscoveryType": false,
"buildTool": "maven",
"enableSocialSignIn": true,
"jwtSecretKey": "########################################",
"clientFramework": "angular2",
"useSass": true,
"clientPackageManager": "npm",
"applicationType": "monolith",
"testFrameworks": [],
"jhiPrefix": "jhi",
"enableTranslation": false
}
}
Browsers and Operating System
Win10
The text was updated successfully, but these errors were encountered: