0
我從0.8.0(我猜)或更高版本更新到0.8.5和涼亭似乎卡住了,當我做一個簡單的涼亭安裝。它發生在我的機器上,並且我的雲熊託管了詹金斯。 我試圖做一個bower clean-cache
,一個bower install --force
和一個rm -rf ~/.bower
沒有運氣。Bower 0.8.5似乎卡住了
它總是卡上覆制指令,例如:
bower copying /home/bigx/.bower/cache/require/34f0965def4ee39276726c265c9162b6
或任何其他lib下,沒有模式。
我有以下的,當我嘗試重新安裝鮑爾(只在我的機器不能在CloudBees的):
npm WARN unmet dependency /usr/lib/node_modules/modulus/node_modules/prompt/node_modules/winston requires [email protected]'0.2.x' but will load
npm WARN unmet dependency /usr/lib/node_modules/modulus/node_modules/prompt/node_modules/pkginfo,
npm WARN unmet dependency which is version 0.3.0
這裏是我的component.json
{
"dependencies": {
"angular": "~1.0.5",
"require": "~2.1.4",
"jquery": "~1.9.1",
"angular-sanitize": "~1.0.5",
"foundation": "http://foundation.zurb.com/files/foundation-3.2.5.zip",
"less.js": "~1.3.3",
"font-awesome": "~3.0.2"
},
"devDependencies": {
"angular-mocks": "~1.0.5"
}
}
任何想法?
問候,
澤維爾