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

Cannot install using bower #18

Open
mahendura opened this issue Feb 2, 2016 · 4 comments
Open

Cannot install using bower #18

mahendura opened this issue Feb 2, 2016 · 4 comments

Comments

@mahendura
Copy link

bower invalid-meta angular-chosen-js is missing "main" entry in bower.json
bower invalid-meta angular-chosen-js is missing "ignore" entry in bower.json

@adityasharat
Copy link
Owner

Hey @mahendura I will look into this issue soon. Currently occupied with other stuff.
Please feel free to use the it directly if you can.

@aaronleestic
Copy link

I think it may be because it's missing the package.json file. I added this to fix the issue:
"overrides": {
"angular-chosen-js": {
"main": "angular-chosen.js"
}
}
Found the answer here: taptapship/wiredep#94

@adityasharat
Copy link
Owner

@aaronleeucla Nice catch.
We can add a bower.json to the project with the dependencies and the above fix.

@Isaac6702
Copy link

@aaronleeucla not even I can not solve, I'm looking for passing

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