You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
A problem arised when I had already installed
Materialize ~0.97.6
in my repo, then angular-materialize has dependency onmaterialize ~0.97.2
(all lowercase). They end up being installed side by side as different packages, resulting in this dir tree:... 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
The text was updated successfully, but these errors were encountered: