avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

ECONFLICT Unable to find suitable version for jquery #174

Closed infinitely-young closed 6 years ago

infinitely-young commented 6 years ago

Could not find jquery while building assets. Solution could be to add resolutions to bower.json { "dependencies": { "jquery": "~1.11.1", }, ... "resolutions": { "jquery": "~1.11.1" } }

albertsola commented 6 years ago

After setting jquery to 1.11.1 as you mentioned datatables plugin gone missing.

@AvanzuAdminThemeBundle/Resources/public/vendor/adminlte/plugins/datatables/

MehGokalp commented 6 years ago

@albertsola Your solution is here: https://github.com/avanzu/AdminThemeBundle/issues/175

shakaran commented 6 years ago

@albertsola @infinitely-young I update master branch with the change, please let me know if it resolves the issue for you, so I can close the issue. Thanks!

infinitely-young commented 6 years ago

@shakaran We also found that bug was with adminlte version. This is it! I think that we can close this issue due to your update in master branch. Thx a lot!