ol2
ol2 copied to clipboard
bower install fail
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.
I guess this is related to issue #1217
I'm trying to find a solution too.
Same problem here...
Same problem here on the older 2.11 and 2.12. I take it there's no interest from OpenLayers to fix this? Thanks