allmighty-autocomplete
allmighty-autocomplete copied to clipboard
Bower: No tag found that was able to satisfy 1.0.140706
I copy+pasted from this repo's bower.json into my project's:
{ "dependencies": { "allmighty-autocomplete": "1.0.140706" } }
But bower complains it can't find the requested version:
$ bower install allmighty-autocomplete
bower not-cached git://github.com/JustGoscha/allmighty-autocomplete.git#1.0.140706
bower resolve git://github.com/JustGoscha/allmighty-autocomplete.git#1.0.140706
bower not-cached git://github.com/JustGoscha/allmighty-autocomplete.git#*
bower resolve git://github.com/JustGoscha/allmighty-autocomplete.git#*
bower checkout allmighty-autocomplete#master
bower resolved git://github.com/JustGoscha/allmighty-autocomplete.git#b9431a68b1
bower ENORESTARGET No tag found that was able to satisfy 1.0.140706
However, specifying "allmighty-autocomplete": "*" works.
I'm not terribly familiar with bower, but from the error message, it sounds like it's looking for a git tag named 1.0.140706 (which does not exist).
Use an empty string for the version number.
it's not an ideal solution, but it works.
@LeviRosol Thanks, it worked for me.
But #80 should fix this.