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 install fail #1383

Open
jgomo3 opened this issue Aug 25, 2014 · 3 comments
Open

bower install fail #1383

jgomo3 opened this issue Aug 25, 2014 · 3 comments

Comments

@jgomo3
Copy link

jgomo3 commented Aug 25, 2014

Hello.

Just to let you know that the "tag" format you are using now (the one including the word "release" before the version) is causing problems with previous bower.json configuration of different projects.

In my case, i had this in my bower.json:

"openlayers": "~2.13.1"

And got this error when installing:

bower openlayers#2.13.1   ENORESTARGET No tag found that was able to satisfy 2.13.1

So i had to modify my bower.json to:

"openlayers": "~release-2.13.1"

in order to install OpenLayers.

@tiangolo
Copy link

I guess this is related to issue #1217

I'm trying to find a solution too.

@johannesjo
Copy link

Same problem here...

@stodge
Copy link

stodge commented Jan 15, 2015

Same problem here on the older 2.11 and 2.12. I take it there's no interest from OpenLayers to fix this? Thanks

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

4 participants