-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
bower install don't get files in bower_components #2194
Comments
What repository are you trying to download? Are you using the standard install command? |
@dprice809 |
If you are installing a package you should not need to use
|
@dprice809 Okay, about bower init it is clear. I know that. I am installing package. Console is in project directory, not in E: drive. Thank you. |
From my understanding the |
Also, see this file for |
@dprice809 I have |
Probably you have the |
@echavezNS No, I don't have. What I did to fix this issue is to set |
With that you probably overwrote an existing config. Bower looks in various places as described here in the docs. The I think this an individual case and will close for now. If others see this happening, let us know 🍰 |
@bgolubovic I have the same issue. Try this: bower install --force-latest |
Hi all,
After installing dependency, bower finish it. But there are not files actually, in folder bower_components.
Is bower sending files elsewhere or how does this works now?
Thank you.
The text was updated successfully, but these errors were encountered: