无法为jquery找到合适的版本

时间:2016-11-02 17:03:59

标签: jquery angularjs kendo-ui bower-install

无法为jquery找到合适的版本,请在下面输入以下数字中选择一个:

1) jquery#>=1.9.1 <=2.1.1 which resolved to 2.1.1 and is required by kendo-ui#2016.3.914+Official
2) jquery#2.2.x which resolved to 2.2.4 and is required by angular-seed
3) jquery#1.9.1 - 3 which resolved to 3.1.1 and is required by bootstrap#3.3.7

1 个答案:

答案 0 :(得分:1)

"resolutions"添加到您的bower.json

"resolutions": { 
    "jquery": "2.2.4" 
} 

这应该可以解决这个问题。不确定kendo-ui是否适用于2.2.x.它可能取决于您的目标浏览器。 Bootstrap通常没有问题。