dibari / angular-ellipsis

Angular directive to truncate multi-line text to visible height

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install using bower

lalkhum opened this issue · comments

When I do
bower install after including the following in bower.json
"angular-ellipsis": "0.1.0"

It gives back the error as
bower angular-ellipsis#0.1.0 ENORESTARGET No tag found that was able to satisfy 0.1.0

Additional error details:
No versions found in https://github.com/dibari/angular-ellipsis.git

Is there workaround for install?

This worked for me:
bower install angular-ellipsis

The output indicated it was pulled from github:

☀  bower install --save angular-ellipsis                          NewMod master
bower not-cached    git://github.com/dibari/angular-ellipsis.git#*
bower resolve       git://github.com/dibari/angular-ellipsis.git#*
bower checkout      angular-ellipsis#master
bower resolved      git://github.com/dibari/angular-ellipsis.git#05de0ebe89
bower not-cached    git://github.com/angular/bower-angular-mocks.git#>= 1.1.7
bower resolve       git://github.com/angular/bower-angular-mocks.git#>= 1.1.7
bower not-cached    git://github.com/pivotal/jasmine.git#>= 1.3.1
bower resolve       git://github.com/pivotal/jasmine.git#>= 1.3.1
bower download      https://github.com/pivotal/jasmine/archive/v2.2.1.tar.gz
bower download      https://github.com/angular/bower-angular-mocks/archive/v1.3.15.tar.gz
bower extract       angular-mocks#>= 1.1.7 archive.tar.gz
bower resolved      git://github.com/angular/bower-angular-mocks.git#1.3.15
bower extract       jasmine#>= 1.3.1 archive.tar.gz
bower invalid-meta  jasmine-core is missing "main" entry in bower.json
bower resolved      git://github.com/pivotal/jasmine.git#2.2.1
bower install       angular-ellipsis#05de0ebe89
bower install       angular-mocks#1.3.15
bower install       jasmine#2.2.1

angular-ellipsis#05de0ebe89 bower_components/angular-ellipsis
├── angular#1.3.15
├── angular-mocks#1.3.15
└── jasmine#2.2.1

angular-mocks#1.3.15 bower_components/angular-mocks
└── angular#1.3.15

jasmine#2.2.1 bower_components/jasmine

Fixed