GithubHelp home page GithubHelp logo

Comments (5)

dcohenb avatar dcohenb commented on July 18, 2024

Hi it seems to work fine for me

$ bower i angular-img-fallback
bower not-cached    git://github.com/dcohenb/angular-img-fallback.git#*
bower resolve       git://github.com/dcohenb/angular-img-fallback.git#*
bower checkout      angular-img-fallback#master
bower resolved      git://github.com/dcohenb/angular-img-fallback.git#eb9d230850

bower install       angular-img-fallback#eb9d230850

angular-img-fallback#eb9d230850 bower_components\angular-img-fallback

Please try cleaning up your bower cache by runing bower cache clean

from angular-img-fallback.

jbelis avatar jbelis commented on July 18, 2024

bower cache clean did not do the trick.

Still does not appear to see the version declaration in your bower.json. Beats me...

$ ../../node_modules/bower/bin/bower -v
1.3.9
$ ../../node_modules/bower/bin/bower info angular-img-fallback
bower angular-img-fallback#*       not-cached git://github.com/dcohenb/angular-img-fallback.git#*
bower angular-img-fallback#*          resolve git://github.com/dcohenb/angular-img-fallback.git#*
bower angular-img-fallback#*         checkout master
bower angular-img-fallback#*         resolved git://github.com/dcohenb/angular-img-fallback.git#eb9d230850

{
  name: 'angular-img-fallback',
  description: 'Utility to work with loading images, has fallback-src to handle erros in image loading and loading-src for images loading placeholders.',
  main: 'angular-img-fallback.min.js',
  keywords: [
    'angularjs'
  ],
  authors: [
    'Daniel Cohen <[email protected]>'
  ],
  license: 'MIT',
  homepage: 'https://github.com/dcohenb',
  ignore: [
    '**/.*',
    'node_modules',
    'bower_components',
    'test',
    'tests'
  ]
}

No versions available.

$ git --version
git version 1.7.7.5 (Apple Git-26)

$ ../../node_modules/bower/bin/bower install -V angular-img-fallback
bower angular-img-fallback#~0.0.2       not-cached git://github.com/dcohenb/angular-img-fallback.git#~0.0.2
bower angular-img-fallback#~0.0.2          resolve git://github.com/dcohenb/angular-img-fallback.git#~0.0.2
bower angular-img-fallback#*            not-cached git://github.com/dcohenb/angular-img-fallback.git#*
bower angular-img-fallback#*               resolve git://github.com/dcohenb/angular-img-fallback.git#*
bower angular-img-fallback#*              checkout master
bower angular-img-fallback#*              resolved git://github.com/dcohenb/angular-img-fallback.git#eb9d230850
bower angular-img-fallback#~0.0.2     ENORESTARGET No tag found that was able to satisfy ~0.0.2

Additional error details:
No versions found in git://github.com/dcohenb/angular-img-fallback.git

Stack trace:
Error: No tag found that was able to satisfy ~0.0.2
    at createError (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/util/createError.js:4:15)
    at /Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/core/resolvers/GitResolver.js:145:23
From previous event:
    at GitHubResolver.Resolver.resolve (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/core/resolvers/Resolver.js:100:6)
    at PackageRepository._resolve (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/core/PackageRepository.js:175:21)
    at /Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/core/PackageRepository.js:77:29

Console trace:
Trace
    at StandardRenderer.error (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/renderers/StandardRenderer.js:72:17)
    at Logger.<anonymous> (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/bin/bower:110:22)
    at Logger.EventEmitter.emit (events.js:95:17)
    at Logger.emit (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/bower-logger/lib/Logger.js:29:39)
    at /Users/x/Sources/dotter.scrape-monitor/node_modules/bower/lib/commands/index.js:40:20
    at _rejected (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/q/q.js:797:24)
    at /Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/q/q.js:823:30
    at Promise.when (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/q/q.js:1035:31)
    at Promise.promise.promiseDispatch (/Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/q/q.js:741:41)
    at /Users/x/Sources/dotter.scrape-monitor/node_modules/bower/node_modules/q/q.js:557:44

System info:
Bower version: 1.3.9
Node version: 0.10.28
OS: Darwin 11.4.2 x64


the same after updating git to 1.8.2.1

from angular-img-fallback.

dcohenb avatar dcohenb commented on July 18, 2024

Seems that i forgot to tag the version in git, can you give it another attempt please?

from angular-img-fallback.

jbelis avatar jbelis commented on July 18, 2024

Yes it is fine now. thanks.

from angular-img-fallback.

dcohenb avatar dcohenb commented on July 18, 2024

You're Welcome

from angular-img-fallback.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.