I am working on a project for around 2 months. I was using jhipster 6.1.2 and blueprint is jhipster-vuejs 1.1.0 I accidentally updated jhipster to 6.4.5 and then I could not import jdl file. It was showing an error. So I again install jhipster 6.1.2 and able to import jdl file. But jhipster is generating angular code. It's replacing my vuejs code into angular js code. What should I do?
0
votes
Yeah. "blueprints": [ { "name": "generator-jhipster-vuejs", "version": "1.1.0" } ] and "generator-jhipster-vuejs": { "jhipsterVersion": "6.1.2", "applicationType": "monolith", "baseName": "jobportal", "useSass": true, "clientPackageManager": "npm", "clientFramework": "vue", "clientTheme": "none", "clientThemeVariant": "" }
- zozozizi
Do you want to see my .yo-rc.json file?
- zozozizi
When I used --force command it automatically adds angularX. I deleted that part and tried again but again it generates angularX code. "blueprints": [ { "name": "generator-jhipster-vuejs", "version": "1.1.0" } ], "useSass": true, "clientFramework": "angularX", "clientTheme": "none"
- zozozizi
Can you try to replace blueprints with blueprint? We changed it from singular to plural as in earlier versions only one blueprint was supported.
- atomfrede
I replaced blueprints with blueprint and the following error shown blueprint.startsWith is not a function. Any other idea?
- zozozizi