Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"bower install angular-localStorage" broken ? #18

Closed
BerndWessels opened this issue Aug 12, 2013 · 6 comments
Closed

"bower install angular-localStorage" broken ? #18

BerndWessels opened this issue Aug 12, 2013 · 6 comments

Comments

@BerndWessels
Copy link

Cannot use bower: bower install angular-localStorage

causes error:

bower not-cached git://github.com/grevory/angular-local-storage.git#~0.1.1
bower resolve git://github.com/grevory/angular-local-storage.git#~0.1.1
bower ENORESTARGET No tag found that was able to satisfy ~0.1.1

Additional error details:
No versions found in git://github.com/grevory/angular-local-storage.git

@agrublev
Copy link
Owner

Thank you for reporting the issue, will update as soon as possible.

@matohawk
Copy link
Collaborator

I test today and you have to write this :
bower install Angular-localStorage and it works

@agrublev
Copy link
Owner

Thanks for verifying the fix.

@alexandroid
Copy link

Where is this name defined or documented? I had to google in order to find this thread and install... after trying intuitive one "angular-local-storage".

@agrublev
Copy link
Owner

agrublev commented Nov 2, 2013

It's documented on home page https://github.com/agrublev/angularLocalStorage and is bower install angularLocalStorage

@steve-jansen
Copy link

I think there is a regression of this problem as of 17-Jan.

$ bower install angular-localStorage --save
bower ENOTFOUND     Package angular-localStorage not found

$ bower install Angular-localStorage --save
bower not-cached    git://github.com/agrublev/Angular-localStorage.git#*
bower resolve       git://github.com/agrublev/Angular-localStorage.git#*
bower download      https://github.com/agrublev/Angular-localStorage/archive/0.1
.7.tar.gz
bower extract       Angular-localStorage#* archive.tar.gz
bower resolved      git://github.com/agrublev/Angular-localStorage.git#0.1.7
bower install       Angular-localStorage#0.1.7

Angular-localStorage#0.1.7 app\bower_components\Angular-localStorage
├── angular#1.2.9
└── angular-cookies#1.2.9

I would never has guessed to use a capital A for angular-localStorage without the help of Google finding this bug report for me. An upper A seems to go against the grain to me for JS and angular. Just my opinion.

Cheers!
Steve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants