jquery-ui-touch-punch
jquery-ui-touch-punch copied to clipboard
Erroring when installing through bower
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",
+1. Same issue here.
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": "*",