Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bower: No tag found that was able to satisfy 1.0.140706 #41

Open
JakobJingleheimer opened this issue Jul 9, 2014 · 2 comments
Open

Comments

@JakobJingleheimer
Copy link

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

@LeviRosol
Copy link

Use an empty string for the version number.

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

@gaetancollaud
Copy link

@LeviRosol Thanks, it worked for me.

But #80 should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants