Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bower install angular-touch doesn't give me latest version

I'm using [email protected].*

But when I do bower install angular-touch it only gives me 1.2 for angular-touch. The latest is 1.3.0 build of version of angular I'm using.

https://github.com/angular/bower-angular-touch

like image 974
chovy Avatar asked May 30 '26 01:05

chovy


1 Answers

I had to specify version in bower.json first since these are unstable:

"angular-touch": ">=1.3.*"
like image 136
chovy Avatar answered Jun 02 '26 19:06

chovy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!