ColorlibHQ / gentelella

Free Bootstrap 4 Admin Dashboard Template
https://colorlib.com/polygon/gentelella/index.html
MIT License
21.04k stars 6.86k forks source link

Resolving suitable version for jquery and fast click #154

Closed krzysiekpiasecki closed 8 years ago

krzysiekpiasecki commented 8 years ago

There is a problem during installing assets with bower.

jQuery

Unable to find a suitable version for jquery, please choose one by typing one of the numbers below:
    1) jquery#1.x which resolved to 1.12.3 and is required by jquery.tagsinput#1.3.6
    2) jquery#~2.1.4 which resolved to 2.1.4 and is required by bootstrap-wysiwyg#1.0.5
    3) jquery#>=1.7 which resolved to 2.2.3 and is required by datatables.net#1.10.11, datatables.net-bs#1.10.11, datatables.net-buttons#1.1.2, datatables.net-buttons-bs#1.1.2, datatables.net-fixedheader#3.1.1, datatables.net-fixedheader-bs#3.1.1, datatables.net-keytable#2.1.1, datatables.net-responsive#2.0.2, datatables.net-responsive-bs#2.0.2, datatables.net-scroller#1.4.1, datatables.net-scroller-bs#1.4.1, devbridge-autocomplete#1.2.24, iCheck#1.0.2, jquery.inputmask#3.3.1
    4) jquery#>= 1.9.1 which resolved to 2.2.3 and is required by bootstrap-progressbar#0.9.0, cropper#2.3.0
    5) jquery#>=1.10 which resolved to 2.2.3 and is required by bootstrap-daterangepicker#2.1.19, mjolnic-bootstrap-colorpicker#2.3.3
    6) jquery#>=1.6 which resolved to 2.2.3 and is required by malihu-custom-scrollbar-plugin#3.1.3, pnotify#3.0.0
    7) jquery#>= 2.1.0 which resolved to 2.2.3 and is required by morris.js#0.5.1
    8) jquery#>=1.2.2 which resolved to 2.2.3 and is required by jquery-mousewheel#3.1.13
    9) jquery#>= 1.4.2 which resolved to 2.2.3 and is required by jquery.hotkeys#1ec07a6a19
    10) jquery#>=1.8 which resolved to 2.2.3 and is required by ion.rangeSlider#2.1.4
    11) jquery#>1.8 which resolved to 2.2.3 and is required by parsleyjs#2.3.11
    12) jquery#>=1.7.0 which resolved to 2.2.3 and is required by jquery-knob#1.2.13
    13) jquery#>= 1.2.6 which resolved to 2.2.3 and is required by Flot#0.8.3
    14) jquery#>=1.9.0 which resolved to 2.2.3 and is required by jquery.easy-pie-chart#2.1.6
    15) jquery#>=1.7.1 which resolved to 2.2.3 and is required by fullcalendar#2.7.1
    16) jquery#^2.2.3 which resolved to 2.2.3 and is required by gentelella
    17) jquery#1.9.1 - 2 which resolved to 2.2.3 and is required by bootstrap#3.3.6

FastClick

Unable to find a suitable version for fastclick, please choose one by typing one of the numbers below:
    1) fastclick#v0.6.11 which resolved to 0.6.11 and is required by switchery#0.8.1
    2) fastclick#^1.0.6 which resolved to 1.0.6 and is required by genteelly
christianesperar commented 8 years ago

Not a problem, this is because bower not supporting nested dependencies unlike npm so you need to chose. What you can do is just use what gentelella use.

krzysiekpiasecki commented 8 years ago

What you can do is just use what gentelella use.

@christianesperar Thanks for your explanation and advice.