allmighty-autocomplete icon indicating copy to clipboard operation
allmighty-autocomplete copied to clipboard

Bower: No tag found that was able to satisfy 1.0.140706

Open JakobJingleheimer opened this issue 11 years ago • 2 comments

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).

JakobJingleheimer avatar Jul 09 '14 19:07 JakobJingleheimer

Use an empty string for the version number.

it's not an ideal solution, but it works.

LeviRosol avatar Nov 27 '14 19:11 LeviRosol

@LeviRosol Thanks, it worked for me.

But #80 should fix this.

gaetancollaud avatar Apr 10 '15 08:04 gaetancollaud