2014-07-08 10 views
0

에 적합한 버전을 찾을 수 없습니다 및 붙여 넣기 후 :내가 <a href="http://googlewebcomponents.github.io/" rel="nofollow">the Google Sheets web component</a>를 설치하고있어 플랫폼

bower install GoogleWebComponents/google-sheets [--save] 

그것은 [--save] 인식하지 않았다, 그래서

bower install GoogleWebComponents/google-sheets 
를 입력했다

와 지금은 묻는 데요 : 나는 무엇을해야합니까 : 그래서 지금은 내 질문은

Unable to find a suitable version for platform, please choose one: 
    1) platform#master which resolved to 1ea9f88521 and is required by core-comp 
onent-page#9653654a2e, polymer#a16a41c923 
    2) platform#>=0.3.0 <1.0.0 which resolved to 0.3.3 and is required by core-c 
omponent-page#0.3.3, polymer#0.3.3, polymer#0.3.3 

Prefix the choice with ! to persist it to bower.json 


[?] Answer: 

?

+0

나는 느낌표 하나를 입력 할 수 있습니다 추측 –

답변

1

먼저 bower 패키지의 인수 목록 앞에 --save을 입력해야합니다. 끝 부분에 --save을 넣으면 bower 패키지로 해결하려고 시도합니다. 따라서 찾을 수 없습니다.

버전 선택을 요청하는 이유는 bower 패키지가 지정된 패키지 버전이고 다른 종속성은 종속성과 동일한 패키지이지만 버전은 다릅니다. Bower는 어떤 버전의 platform을 설치할지 결정할 수 없습니다. 이 경우 0.3.3 인 안정적인 릴리스를 선택하는 것이 바람직하다고 생각합니다. master이 손상되었을 수 있습니다.

2

!

예 : -

? 답변 : 4

O/P :! 이물 폴리머 해상도 저장된 폴리머 # ~ 해상도 0.5.1

관련 문제