Closed ernesto-butto closed 7 years ago
This error occurred is issue because bower.json does not exist in the project root folder, then when generator try to add the library "ods-lib, version:https://github.com/hermeslm/ods-lib.git#1.1.7", the same behavior occurred when the generator add "ods-lib" dependency in "src/main/webapp/app/app.module.js". This generator only work with angular v1.x, I think you have a jhipster project with angular version 2 or 4, check that. I ran the generator with jhipster v4.3.0 and angular v1.x and everything worked well. When I did this generator the Angular v2 in jhipster was not added, so I go to add a note that Angular Datatables generator works for any jhipster version but with Angular v1. Sorry about that, comming soon I will add support for Angular v2 or v4.
Yes, you are right, I wrongly assumed that because you supported jhipster 4+ it meant that it supported angular 4 or at least 2. Looking forward to the Angular support, thank you for the reply
Hello!
I tried using this generator to update a new jhipster app i'm buidling, with the latest 4.3.0 jhipster version. However, I got all this errors, and the view of my entity is still the same.
Afterwards I ran yarn install
since we don't use gulp or bower on this Angular 4 app. Thank you in advance for working on this and for your help