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 package name as lowercase #3012

Closed
stigok opened this issue Apr 8, 2016 · 3 comments
Closed

Bower package name as lowercase #3012

stigok opened this issue Apr 8, 2016 · 3 comments

Comments

@stigok
Copy link

stigok commented Apr 8, 2016

A problem arised when I had already installed Materialize ~0.97.6 in my repo, then angular-materialize has dependency on materialize ~0.97.2 (all lowercase). They end up being installed side by side as different packages, resulting in this dir tree:

bower_components
├── materialize
└── Materialize

... which cordova did not like (which is how I spotted this). However, attempting to install with bower install Materialize yields Package Materialize not found.

Would it be good to name the package with all lowercase letters in bower.json? This may be a deeper issue with bower as well.

Reproduce

bower install angular-materialize
bower install materialize

bower_components
├── angular
├── angular-materialize
├── jquery
├── materialize
└── Materialize

@jacobq
Copy link
Contributor

jacobq commented May 13, 2016

Would this issue be resolved if materialize was always lowercase? If so, then this may be a duplicate of
#2389
and should be fixed by this PR
#3087

@kevgathuku
Copy link
Contributor

Another issue referencing this is #3195 which shows the warning displayed by bower
I've also included a PR to fix both the naming and the other warnings in #3212

@Dogfalo
Copy link
Owner

Dogfalo commented Jun 30, 2016

Fixed by #3212

@Dogfalo Dogfalo closed this as completed Jun 30, 2016
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

4 participants