【发布时间】:2013-10-31 02:30:44
【问题描述】:
这是 bower 依赖项:
dependencies": [
"angular#>=1.0.8 <1.2.0-rc.1",
"restangular#1.1.6",
"angular-bootstrap#0.6.0",
"jquery#>=1.10.0 <1.11.0",
"momentjs#2.2.1",
"requirejs#2.1.8",
"bootstrap#2.3.2",
"underscore#>=1.5.2 <1.6.0",
"angular-cookies",
"angular-translate",
"angular-translate-loader-static-files",
"angular-resource",
"angular-sanitize",
"angular-mocks",
"angular-scenario",
"angular-loader",
"FbAngular"
],
"license": "All Rights Reserved",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/lib",
"test",
"tests"
]
}
但是当我尝试从命令行运行时:
bower install angular-translate
我得到这个奇怪的输出:
凉亭角度#* 缓存 https://github.com/angular/bower-angular.git#1.0.8凉亭角#*
针对 https://github.com/angular/bower-angular.git#* 验证 1.0.8 凉亭角度#>=1 已缓存 https://github.com/angular/bower-angular.git#1.2.0-rc.3凉亭 angular#>=1 验证 1.2.0-rc.3 反对 https://github.com/angular/bower-angular.git#>=1 个凉亭 角度翻译#* 未缓存 https://github.com/PascalPrecht/bower-angular-translate.git#* 凉亭 角度翻译#* 解决 https://github.com/PascalPrecht/bower-angular-translate.git#* 凉亭 角度翻译#* 下载 https://github.com/PascalPrecht/bower-angular-translate/archive/1.1.0.tar.gz bower angular-translate#* 提取archive.tar.gz bower 角度翻译#* 已解决 https://github.com/PascalPrecht/bower-angular-translate.git#1.1.0 bower 8#angular-cookies ENOTFOUND 包 8 未找到
我用 bower 安装的所有东西都得到了它 - 有什么问题?
【问题讨论】:
-
似乎不值得投反对票。