Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs 找不到适合安装UI-GRID的版本_Angularjs_Bower_Karma Jasmine_Angular Ui Grid_Bower Install - Fatal编程技术网

Angularjs 找不到适合安装UI-GRID的版本

Angularjs 找不到适合安装UI-GRID的版本,angularjs,bower,karma-jasmine,angular-ui-grid,bower-install,Angularjs,Bower,Karma Jasmine,Angular Ui Grid,Bower Install,我正在通过bower安装ui grid,但出现以下错误。这是怎么一回事?我该怎么办?在终点站我必须回答什么 Unable to find a suitable version for angular, please choose one: 1) angular#>=1 <1.3.0 which resolved to 1.2.29 and is required by angular-bootstrap#0.12.1 2) angular#1.3.20 which resolved

我正在通过bower安装ui grid,但出现以下错误。这是怎么一回事?我该怎么办?在终点站我必须回答什么

Unable to find a suitable version for angular, please choose one:
1) angular#>=1 <1.3.0 which resolved to 1.2.29 and is required by angular-bootstrap#0.12.1
2) angular#1.3.20 which resolved to 1.3.20 and is required by angular-animate#1.3.20, angular-mocks#1.3.20, angular-resource#1.3.20
3) angular#~1.3.8 which resolved to 1.3.20 and is required by angular-dashboard-seed
4) angular#>=1.2.16 1.4.x which resolved to 1.4.10 and is required by angular-ui-grid#3.1.1
5) angular#^1.0.8 which resolved to 1.5.5 and is required by angular-ui-router#0.2.18
6) angular#* which resolved to 1.5.5 and is required by angular-toastr#1.0.2
Prefix the choice with ! to persist it to bower.json
找不到适合angular的版本,请选择一个:
1) 角度#>=1=1.2.16 1.4.x,解析为1.4.10,为角度ui网格#3.1.1所需
5) angular#^1.0.8,解析为1.5.5,是angular ui router#0.2.18所需
6) angular#*解析为1.5.5,为angular toastr#1.0.2所需
在选项前面加上前缀!将其持久化到bower.json

这不是一个错误。这允许用户选择要包含在项目中的angular版本。使用#4建议您的ui grid版本使用它。

查看此项