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

yarn not supported #46

Open
EndangeredMassa opened this issue Jul 16, 2019 · 1 comment
Open

yarn not supported #46

EndangeredMassa opened this issue Jul 16, 2019 · 1 comment

Comments

@EndangeredMassa
Copy link
Contributor

This module cannot be installed by yarn after 3.0.0.

error [email protected]: The engine "yarn" is incompatible with this module. Expected version "0.0.0". Got "1.17.3"
error Found incompatible module.

This is because the package.json's engines section expects yarn to be version 0.0.0 instead of an actual range of support.

@EndangeredMassa
Copy link
Contributor Author

This can be worked around by using the --ignore-engines flag in yarn commands. You can set this in a .yarnrc as well.

.yarnrc:

--ignore-engines true

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

1 participant