Que tal, no se alguno ya haya tenido experiencia en Ionic Framework, estoy intentando agregar dependencias de Bower a Ionic para poder hacer uso de notificaciones PUSH:
ionic plugin add https://github.com/phonegap-build/PushPlugin.git
Y esto me arroja:
Failed to find the bower component "https://github.com/phonegap-build/PushPlugin.git".
Are you sure it exists? (CLI v1.7.6)
Your system information:
Cordova CLI: 5.3.3
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic Version: 1.1.1
Ionic CLI Version: 1.7.6
Ionic App Lib Version: 0.6.2
OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS
Node Version: v0.12.7
Cabe mencionar que tengo instalado todo lo necesario para Ionic, mi versión de Bower es
1.6.5
Eh reinstalado Bower, incluso investigué y según que agregando esto a Bower se soluciona:
bower install --save-dev ionic-platform-web-client
Pero el problema persiste, no se si alguien podría decirme algo relacionado. Gracias