ionic-team / ionic-bower

Bower repository for Ionic
92 stars 109 forks source link

ENORESTARGET No tag found that was able to satisfy 1.2.1 #24

Open sunkingdice opened 8 years ago

sunkingdice commented 8 years ago

https://forum.ionicframework.com/t/anyone-else-having-problems-with-1-2-1/39531/9

I was trying to install ngCordova, using bower, but the install breaks with a version error:

bower ionic#1.2.1 ENORESTARGET No tag found that was able to satisfy 1.2.1

So I thought I update ionic libs with ionic lib update which leads to a similiar error:

Downloading: https://github.com/driftyco/ionic-bower/archive/v1.2.1.zip [=============================] 100% 0.0s Invalid version: 1.2.1

What am I'm missing here?

jenga commented 8 years ago

I was having the same issue. I edited the dependencies in bower.json file from "ionic": "driftyco/ionic-bower#1.2.1" to "ionic": "driftyco/ionic-bower#1.2.1-nightly-1867" then ran ionic lib update and it was successful

sunkingdice commented 8 years ago

Thanks jenga, I tried that and I could run bower install ngCordova successfully. I still can not run ionic lib update though - but at least it's not a show stopper for now anymore.

yuricamara commented 8 years ago

Firstly, I edited the dependencies in bower.json file to "ionic": "driftyco/ionic-bower#1.2.1-nightly-1867". Then I deleted the ionic folder and ran bower install.
It worked!

juliandavidmr commented 8 years ago

Thanks @jenga

It worked!

longsangstan commented 8 years ago

Thanks @jenga ! Works for me too!