kswedberg / jquery-carousel-lite

A jQuery carousel plugin based on jCarouselLite by Ganeshji Marwaha
MIT License
177 stars 59 forks source link

Error after installation via bower #51

Closed jannovy closed 7 years ago

jannovy commented 7 years ago

Hi, I have some issues with installation via bower:

bower install jcarousellite#1.9.3

bower jcarousellite#1.9.3 not-cached https://github.com/ganeshmax/jcarousellite.git#1.9.3 bower jcarousellite#1.9.3 resolve https://github.com/ganeshmax/jcarousellite.git#1.9.3 bower jcarousellite#1.9.3 ENORESTARGET No tag found that was able to satisfy 1.9.3

No files were downloaded.

After

bower install jcarousellite

bower jcarousellite#* not-cached https://github.com/ganeshmax/jcarousellite.git# bower jcarousellite#* resolve https://github.com/ganeshmax/jcarousellite.git# bower jcarousellite#* checkout master bower jcarousellite#* resolved https://github.com/ganeshmax/jcarousellite.git#fceadf8c4d

I get files from complete different repository (https://github.com/ganeshmax/jcarousellite.git)

jannovy commented 7 years ago

Ok, I tried

bower install jquery-carousel-lite

and get a right files. But please check https://libraries.io/bower/jcarousellite

kswedberg commented 7 years ago

Sorry about that. Not sure what I can do about the libraries.io listing. See https://github.com/kswedberg/jquery-carousel-lite/issues/49 for context.

jannovy commented 7 years ago

Thank you for the context, I see what happend now :-) May be you can just update your readme.md with Bower installation instructions.

kswedberg commented 7 years ago

Yeah, good idea. I'll do that. Need to update stuff on npm, too, I suppose.

philippsander commented 7 years ago

I still get that problem.

bower install jcarousellite fetches version 1.1

kswedberg commented 7 years ago

@philippsander , that's right. That's the latest version in Ganeshji Marwaha's repo. If you want my repo, try this: bower install jquery-carousel-lite

kswedberg commented 7 years ago

I contacted libraries.io to ask them to update their page for jcarousellite, and I added installation instructions to this readme doc, so I'm hoping that is sufficient to close this issue.