1
I have a mobile app installed the ngcordova to use plugins from it but when I try to install it never adds me lib/ngCordova in the project folder, I would like to know how to correct it.
To install I’m using bower install ngCordova but I only get the following message
Message
bower not-cached    git://github.com/driftyco/ionic-bower.git#1.1.0
bower resolve       git://github.com/driftyco/ionic-bower.git#1.1.0
bower not-cached    git://github.com/driftyco/ng-cordova.git#*
bower resolve       git://github.com/driftyco/ng-cordova.git#*
bower ENORESTARGET  No tag found that was able to satisfy 1.1.0
Additional error details:
No versions found in git://github.com/driftyco/ionic-bower.git
What version of Bower are you using? Check by typing
bower -v. Were already reported errors of this type in version 1.5.1 of Bower, and upgrading to 1.5.2 resolves. To upgrade to the recent versionnpm install -g bower– Victor Richa
Try checking the Github link that appears in the error and see if the version you are trying to install actually exists. Update your file package json. with any existing version and will probably be able to install this package.
– Henrique Schreiner