jquery-fullscreen-plugin icon indicating copy to clipboard operation
jquery-fullscreen-plugin copied to clipboard

Bower not working correctly

Open troygrosfield opened this issue 10 years ago • 1 comments

The bower.json file for this repo says it's named jquery-fullscreen-plugin. When I go to bower to search for it, I see:

screen shot 2015-06-01 at 1 48 34 pm

Which is for this repo:

  • https://github.com/private-face/jquery.fullscreen

So in turn I get the following error for bower:

{ [Error: No tag found that was able to satisfy 1.1.4]
  code: 'ENORESTARGET',
  details: 'Available versions: 0.5.0, 0.4.2, 0.4.1, 0.4.0, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.1, 0.2.0, 0.1.0',
  data:
   { endpoint:
      { name: 'jquery-fullscreen-plugin',
        source: 'jquery-fullscreen-plugin',
        target: '1.1.4' },
     resolver:
      { name: 'jquery-fullscreen-plugin',
        source: 'git://github.com/private-face/jquery.fullscreen.git',
        target: '1.1.4' } } }

Which isn't looking for the correct repo. Am I missing something?

troygrosfield avatar Jun 01 '15 19:06 troygrosfield

Also, looks like the correct version is not being referenced in bower which is another bower issue references in #20.

troygrosfield avatar Jun 01 '15 19:06 troygrosfield