본문 바로가기
Programming/Android

[ionic] ionic add ionic-platform-web-client

by NAMP 2016. 5. 9.
ionic add ionic-platform-web-client

실행 후 에러 발생

Failed to find the bower component "ionic-platform-web-client".
Are you sure it exists? (CLI v1.7.14)

자세한 정보를 얻기 위해 bower install 실행

bower install --save-dev ionic-platform-web-client

에러 내용 확인

bower ECMDERR       Failed to execute "git ls-remote --tags --heads git://github
.com/driftyco/ionic-bower.git", exit code of #128 fatal: unable to connect to gi
thub.com: github.com[0: 192.30.252.130]: errno=No error

Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=No error

방화벽 문제로 추정되어, https 로 접근

git clone https://github.com/driftyco/ionic-platform-web-client.git

참고


댓글