-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Projects with both a package.json
and bower.json
will only install npm
dependencies when yarn
is invoked
#898
Comments
duplicate of #665 |
have same issue bower got wiped out. gladly bower install fixes it all |
also same issue here bower_components and also bower.json got wiped out |
Similar here on Win10 (14393), Node 6.6.0 (x64), yarn 0.16.0: |
If you add the following to package.json, bower install will be called and it works. It is a workaround though:
|
at a minimum, not wiping the |
We've removed support for Bower, see #1441. |
Do you want to request a feature or report a bug? Bug
What is the current behavior?
yarn install
in a project with both apackage.json
andbower.json
will only installnpm
dependencies.What is the expected behavior?
Install both
npm
andbower
dependencies at once.Please mention your node.js, yarn and operating system version.
Node.js: v6.7.0
Yarn: v0.15.1
macOS: v10.11.6
The text was updated successfully, but these errors were encountered: