pascalgrimaud / generator-jhipster-ci

DEPRECATED: now directly to the main generator
Apache License 2.0
16 stars 8 forks source link

error with jhipster 6.1.2 : .... missing “jhipster:modules” #18

Open standors opened 5 years ago

standors commented 5 years ago

there is problem running module to fresh jhipster project (see my .yo-rc.json below ) without entities.

yo jhipster-ci Error jhipster-ci

You don't seem to have a generator with the name “jhipster:modules” installed. But help is on the way:

You can see available generators via npm search yeoman-generator or via http://yeoman.io/generators/. Install them with npm install generator-jhipster:modules.

To see all your installed generators run yo without any arguments. Adding the --help option will also show subgenerators.

If yo cannot find the generator, run yo doctor to troubleshoot your system.

---------- my .yo-rc.json ----- cat .yo-rc.json { "generator-jhipster": { "promptValues": { "packageName": "si", "nativeLanguage": "sk" }, "jhipsterVersion": "6.1.2", "applicationType": "monolith", "baseName": "sign", "packageName": "si", "packageFolder": "si", "serverPort": "8080", "authenticationType": "oauth2", "cacheProvider": "ehcache", "enableHibernateCache": true, "websocket": false, "databaseType": "sql", "devDatabaseType": "postgresql", "prodDatabaseType": "postgresql", "searchEngine": false, "messageBroker": false, "serviceDiscoveryType": false, "buildTool": "maven", "enableSwaggerCodegen": false, "useSass": true, "clientPackageManager": "npm", "clientFramework": "react", "clientTheme": "flatly", "clientThemeVariant": "primary", "testFrameworks": [], "jhiPrefix": "jhi", "entitySuffix": "", "dtoSuffix": "DTO", "otherModules": [], "enableTranslation": true, "nativeLanguage": "sk", "languages": ["sk"] } }

pascalgrimaud commented 5 years ago

@standors : this module is not compatible with the last version of JHipster 6.1.2. Which CI do you need ?

standors commented 5 years ago

Hi, Which is the last compatible JH version? I need Jenkins. thanks

On Fri, Jul 26, 2019, 16:16 Pascal Grimaud notifications@github.com wrote:

@standors https://github.com/standors : this module is not compatible with the last version of JHipster 6.1.2. Which CI do you need ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pascalgrimaud/generator-jhipster-ci/issues/18?email_source=notifications&email_token=AJOBQUZAN2UIKQDWMGIOC2DQBMBLPA5CNFSM4IHDOFX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD24XQHA#issuecomment-515471388, or mute the thread https://github.com/notifications/unsubscribe-auth/AJOBQUY5QZVNUKNFNEPGCL3QBMBLPANCNFSM4IHDOFXQ .

pascalgrimaud commented 5 years ago

If you need Jenkins, simply use directly the official sub generator, provided by JHipster: