mikach / requirejs-babel

An AMD loader plugin for Babel
117 stars 32 forks source link

Unable to specify version when installing via bower #10

Closed just-boris closed 9 years ago

just-boris commented 9 years ago

I tried to install this lib and got following

$ bower install -V requirejs-babel#0.0.6
bower requirejs-babel#0.0.6 not-cached git://github.com/mikach/requirejs-babel.git#0.0.6
bower requirejs-babel#0.0.6    resolve git://github.com/mikach/requirejs-babel.git#0.0.6
bower requirejs-babel#*     not-cached git://github.com/mikach/requirejs-babel.git#*
bower requirejs-babel#*        resolve git://github.com/mikach/requirejs-babel.git#*
bower requirejs-babel#*       checkout master
bower requirejs-babel#*       resolved git://github.com/mikach/requirejs-babel.git#f7b24d4aea
bower requirejs-babel#0.0.6     ENORESTARGET No tag found that was able to satisfy 0.0.6

It seems that you haven't tags in you repo. According the bower docs you need have tags in you repo. Please, add it at least for latest version, because it is nice to have an ability to install concrete version

mikach commented 9 years ago

Didn't know about that, thanks for information! Tag is added.

just-boris commented 9 years ago

Now it works fine. Thanks!