无法为 jquery 找到合适的版本
Unable to find a suitable version for jquery
无法为 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
将 "resolutions"
添加到您的 bower.json
"resolutions": {
"jquery": "2.2.4"
}
这应该可以解决这个问题。不确定 kendo-ui 是否适合 2.2.x。这可能取决于您的目标浏览器。 Bootstrap 通常没有问题。
无法为 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
将 "resolutions"
添加到您的 bower.json
"resolutions": {
"jquery": "2.2.4"
}
这应该可以解决这个问题。不确定 kendo-ui 是否适合 2.2.x。这可能取决于您的目标浏览器。 Bootstrap 通常没有问题。