jquery-ui-touch-punch icon indicating copy to clipboard operation
jquery-ui-touch-punch copied to clipboard

Erroring when installing through bower

Open troygrosfield opened this issue 9 years ago • 2 comments

This lib says it's on version 0.2.3, however, when trying to install from bower this is the error that's thrown:

$ bower install jqueryui-touch-punch
bower not-cached    git://github.com/furf/jquery-ui-touch-punch.git#>=0.2.3
bower resolve       git://github.com/furf/jquery-ui-touch-punch.git#>=0.2.3
bower not-cached    git://github.com/furf/jquery-ui-touch-punch.git#*
bower resolve       git://github.com/furf/jquery-ui-touch-punch.git#*
bower checkout      jqueryui-touch-punch#master
bower resolved      git://github.com/furf/jquery-ui-touch-punch.git#4bc0091452
bower ENORESTARGET  No tag found that was able to satisfy >=0.2.3

Additional error details:
No versions found in git://github.com/furf/jquery-ui-touch-punch.git

The dependency is included in my project bower.json as:

"jqueryui-touch-punch": ">=0.2.3",

troygrosfield avatar Apr 10 '15 12:04 troygrosfield

+1. Same issue here.

cullenjohnson avatar Apr 16 '15 23:04 cullenjohnson

https://github.com/bower/bower/issues/141 and https://github.com/furf/jquery-ui-touch-punch/issues/208

As temporary measures until tag version will be bumped up you can use star symbol.

"jqueryui-touch-punch": "*",

dmi3y avatar Nov 19 '15 02:11 dmi3y