2013-03-14 1 views
0

0.8.0 (또는 그 이상)에서 0.8.5로 업데이트되었고 간단한 bower 설치시 bower가 멈추는 것 같습니다. 그것은 내 컴퓨터에서 발생하고 내 클라우드가 젠킨스를 호스팅합니다. bower clean-cache, bower install --forcerm -rf ~/.bower을 행운으로 보려고했습니다.Bower 0.8.5가 걸린 것 같습니다.

그것은 항상 같은 복사 지침에 걸리면 :

bower copying /home/bigx/.bower/cache/require/34f0965def4ee39276726c265c9162b6 

또는 다른 어떤 LIB, 어떤 패턴이 없습니다.

내가있어 다음 나는 (단지 내 컴퓨터에서하지 cloudbees)에 이물 다시 설치하려고하면 내 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" 
    } 
} 

어떤 생각이 여기

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 

을 그리고?

감사합니다,

자비에르가 bower 에 의해 사용되는 unzip 라이브러리의 버그가 그래서

답변

관련 문제