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

fix(optionalDependency): reset ignore-optional default flag #789

Merged
merged 1 commit into from
Oct 12, 2016

Conversation

sendilkumarn
Copy link
Contributor

@sendilkumarn sendilkumarn commented Oct 12, 2016

Summary
Currently optional dependencies are not installed since the default flag is true, with or with out flag it sets to true

fixes #628

@deepu105
Copy link

@kittens when will there be a release with this patch

@matthieuprat
Copy link

In the meantime, adding the following to .yarnrc fixed the problem for me:

ignore-optional false

@jonscottclark
Copy link

Cheers, @matthieuprat, that worked for me as well.

@matthieuprat
Copy link

This fix landed in v0.16.0.

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

Successfully merging this pull request may close these issues.

Optional dependencies not met
5 participants