ol2 icon indicating copy to clipboard operation
ol2 copied to clipboard

bower install fail

Open jgomo3 opened this issue 10 years ago • 3 comments

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.

jgomo3 avatar Aug 25 '14 16:08 jgomo3

I guess this is related to issue #1217

I'm trying to find a solution too.

tiangolo avatar Aug 26 '14 20:08 tiangolo

Same problem here...

johannesjo avatar Sep 02 '14 11:09 johannesjo

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

stodge avatar Jan 15 '15 15:01 stodge