StartBootstrap / startbootstrap-sb-admin-2

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/themes/sb-admin-2/
MIT License
9.76k stars 5.72k forks source link

ECONFLICT: Unable to find suitable version for font-awesome #144

Closed gabrielps closed 5 years ago

gabrielps commented 8 years ago

I can't get it installed via Bower:

bower install https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git --save                                                                                                  /cygdrive/c/Work/projects/cdeb 1
bower startbootstrap-sb-admin-2#*           cached https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git#3.3.7+1
bower startbootstrap-sb-admin-2#*         validate 3.3.7+1 against https://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git#*
bower flot#~0.8.3                           cached https://github.com/flot/flot.git#0.8.3
bower flot#~0.8.3                         validate 0.8.3 against https://github.com/flot/flot.git#~0.8.3
bower holderjs#~2.4.1                       cached https://github.com/imsky/holder.git#2.4.1
bower holderjs#~2.4.1                     validate 2.4.1 against https://github.com/imsky/holder.git#~2.4.1
bower datatables-plugins#~1.0.1             cached https://github.com/DataTables/Plugins.git#1.0.1
bower datatables-plugins#~1.0.1           validate 1.0.1 against https://github.com/DataTables/Plugins.git#~1.0.1
bower metisMenu#~1.1.3                      cached https://github.com/onokumus/metisMenu.git#1.1.3
bower metisMenu#~1.1.3                    validate 1.1.3 against https://github.com/onokumus/metisMenu.git#~1.1.3
bower morrisjs#~0.5.1                       cached https://github.com/morrisjs/morris.js.git#0.5.1
bower morrisjs#~0.5.1                     validate 0.5.1 against https://github.com/morrisjs/morris.js.git#~0.5.1
bower datatables-responsive#1.0.6           cached https://github.com/DataTables/Responsive.git#1.0.6
bower datatables-responsive#1.0.6         validate 1.0.6 against https://github.com/DataTables/Responsive.git#1.0.6
bower flot.tooltip#~0.8.4                   cached https://github.com/krzysu/flot.tooltip.git#0.8.7
bower flot.tooltip#~0.8.4                 validate 0.8.7 against https://github.com/krzysu/flot.tooltip.git#~0.8.4
bower bootstrap-social#~4.8.0               cached https://github.com/lipis/bootstrap-social.git#4.8.0
bower bootstrap-social#~4.8.0             validate 4.8.0 against https://github.com/lipis/bootstrap-social.git#~4.8.0
bower datatables#~1.10.4                    cached https://github.com/DataTables/DataTables.git#1.10.12
bower datatables#~1.10.4                  validate 1.10.12 against https://github.com/DataTables/DataTables.git#~1.10.4
bower raphael#>= 2.0                        cached https://github.com/DmitryBaranovskiy/raphael.git#2.2.1
bower raphael#>= 2.0                      validate 2.2.1 against https://github.com/DmitryBaranovskiy/raphael.git#>= 2.0
bower mocha#~1.17.1                         cached https://github.com/mochajs/mocha.git#1.17.1
bower mocha#~1.17.1                       validate 1.17.1 against https://github.com/mochajs/mocha.git#~1.17.1
bower datatables#>=1.10.1                   cached https://github.com/DataTables/DataTables.git#1.10.12
bower datatables#>=1.10.1                 validate 1.10.12 against https://github.com/DataTables/DataTables.git#>=1.10.1
bower font-awesome#~4.2                     cached https://github.com/FortAwesome/Font-Awesome.git#4.2.0
bower font-awesome#~4.2                   validate 4.2.0 against https://github.com/FortAwesome/Font-Awesome.git#~4.2
bower eve#eef80ed                           cached https://github.com/adobe-webplatform/eve.git#eef80ed
bower eve#eef80ed                         validate eef80ed against https://github.com/adobe-webplatform/eve.git#eef80ed
bower eve#eef80ed                        short-sha Consider using longer commit SHA to avoid conflicts
bower                                    ECONFLICT Unable to find suitable version for font-awesome
nicoangelo commented 8 years ago

I second this. This seems to be caused by conflicting dependency definition in bootstrap-social which defines 4.2. Nevertheless it can be worked around by adding the following to your project's bower file: "resolutions": { "font-awesome": "~4.6.3" } Don't know if there is any other sensible way of fixing this.

Duplicate of #138