We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run bower install with this bower.json (generated by bower-rails):
{ "lib": { "name": "bower-rails generated lib assets", "dependencies": { "angular-ui-router": "~0.2.15", "angular-bootstrap": "~0.14.3" } }, "vendor": { "name": "bower-rails generated vendor assets", "dependencies": { } } }
Here what's bower say:
bower EINVALID Failed to read /Users/user/app/bower.json Additional error details: No name property set
The text was updated successfully, but these errors were encountered:
👍 Me too, running Rails 4.2 on Windows 7
Sorry, something went wrong.
👍
Workaround: In order to install all bower components into only one certain directory strip down the bower.json to:
{ "name": "bower-rails generated vendor assets", "dependencies": { } }
and add a .bowerrc file at project root with e.g. the following content:
.bowerrc
{ "directory" : "vendor/assets/bower_components" }
Just ran into this, thanks @jekuno
No branches or pull requests
I run bower install with this bower.json (generated by bower-rails):
Here what's bower say:
The text was updated successfully, but these errors were encountered: