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
When I run bower install, I get no errors and bower list shows that angular-ui-router was correctly installed. For some reason, however, bower_components/angular-ui-router/release/ is empty. I've also uninstalled and tried:
bower install angular-ui-router
but the effect is the same--empty release directory. Tried cleaning the bower cache as well, but to no avail. I can of course download the files manually and mv over to the release directory, but that defeats the purpose of bower. What am I missing?
The text was updated successfully, but these errors were encountered:
Here is my bower.json file:
{ "name": "app", "version": "0.1.0", "dependencies": { "angular": "latest", "angular-ui-router": "latest", "bootstrap": "2.3.2" } }
When I run
bower install
, I get no errors andbower list
shows that angular-ui-router was correctly installed. For some reason, however, bower_components/angular-ui-router/release/ is empty. I've also uninstalled and tried:bower install angular-ui-router
but the effect is the same--empty release directory. Tried cleaning the bower cache as well, but to no avail. I can of course download the files manually and mv over to the release directory, but that defeats the purpose of bower. What am I missing?
The text was updated successfully, but these errors were encountered: