You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
And got this error when installing:
So i had to modify my bower.json to:
in order to install OpenLayers.
The text was updated successfully, but these errors were encountered: