Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

bower package registered incorrectly? #50

Closed
lanterndev opened this issue May 14, 2013 · 8 comments
Closed

bower package registered incorrectly? #50

lanterndev opened this issue May 14, 2013 · 8 comments

Comments

@lanterndev
Copy link

I added "angular-translate": "~0.7.0" to my bower.json. When I run bower install from a fresh clone, I get

...
bower cloning git://github.com:PascalPrecht/bower-angular-translate.git
bower caching git://github.com:PascalPrecht/bower-angular-translate.git
bower error status code of git: 128
...
There were errors, here's a summary of them:
- angular-translate status code of git: 128
fatal: Unable to look up github.com (port PascalPrecht) (nodename nor servname provided, or not known)

It looks like you accidentally registered the url as git://github.com:PascalPrecht/bower-angular-translate.git instead of git://github.com/PascalPrecht/bower-angular-translate.git.

@0x-r4bbit
Copy link
Member

See #31

@0x-r4bbit
Copy link
Member

And please lemme know, if you got it working!

@lanterndev
Copy link
Author

Meant to say, I replaced that line in my bower.json with `"angular-translate": "git://github.com/PascalPrecht/angular-translate.git#0.8.0" (upgraded to latest tag while I was at it) and it's working like a charm. Thanks for checking, and thanks for the awesome module!

@0x-r4bbit
Copy link
Member

You're welcome @Skivvies ! :)

@lanterndev
Copy link
Author

Also meant to say, sorry for filing the duplicate ticket. I saw your comment in #31 and hope they update the registration for all of us soon.

@0x-r4bbit
Copy link
Member

Everything's cool :) And yeah, I hope that too!

@0x-r4bbit
Copy link
Member

Bower component name is now fixed.

$ bower install angular-translate

should work now.

@lanterndev
Copy link
Author

confirmed! Thanks @PascalPrecht, bower.json updated accordingly. :)

alirezaershadi1 pushed a commit to alirezaershadi1/www.getlantern.org that referenced this issue Apr 9, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants