This is the error when I do: ionic lib update
bower angular#>= 1.2.23 cached git://github.com/angular/bower-angular.git#1.3.15
bower angular#>= 1.2.23 validate 1.3.15 against git://github.com/angular/bower-angular.git#>= 1.2.23
bower ECONFLICT Unable to find suitable version for angular
Any help?
Do you happen to have something like this in your bower.josn?
“resolutions”: {
“angular”: “=1.2.23”
}
If yes, then remove it.
Nope,
this is my bower.json
{
"name": "wiralist_sfida",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.0.0-rc.1"
}
}
Run bower install
then select right angular version (1.3.13), this resolve for me.
1 Like
You can update ionic using:
$ionic lib update
this is part of the documentation as you can see on
$ionic help
As I explained I used ionic lib update, this was a different problem, anyway resolved thanks to @fabioferrero