2

我正在通过凉亭安装ui-grid,但出现以下错误。它是什么?我必须做什么?我必须在终端中回答什么?无法找到合适的角度安装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 
+1

检查了这一点http://stackoverflow.com/questions/25915729/unable-to-find-a-suitable-version-for-angular-bower-install –

回答

0

这不是一个错误。这是为了让用户选择在项目中包含哪个角度版本。去#4它推荐你的版本的UI网格。

相关问题