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
Ah! Finally figured out what the issues is. The project is called normalize-scss on github, but I had to register it as "normalize.scss" on bower because the namespace was taken. :-\
I've just installed normalize.css with bower, using "bower install normalize.scss --save" in a local Yeoman project on Mac 10.7.5.
Installation works fine, but when I attempt the command "bower list" I receive the output:
bower error Unable to fetch package normalize-scss (if the cache was deleted, run install again)
If I uninstall the package, "bower list" returns the installed components as expected.
I could very well be doing something wrong. Anybody else having a similar issue?
The text was updated successfully, but these errors were encountered: