-
Notifications
You must be signed in to change notification settings - Fork 21
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
How can I add to new bower component now with yarn. #19
Comments
I have the same problem any help, please! |
Shouldn't you use |
e.g. if you want to add jquery then do:
and:
But really, you should consider adding new components from npm's registry (i.e. yarn add jquery), and employing webpack to bundle them (
|
I'm using Polymer...Until Polymer 3 is released i'm stuck on bower :( And creating a fork of all components seems a little overhead |
You don't need to fork anything. Yarn can install any github repository. |
I would like to add new bower component inside node_modules/@bower_components. How can achieve that.
If do "yarn add <package_name>", it is added directly in node_modules/
The text was updated successfully, but these errors were encountered: