We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
engines
0.0.0
The text was updated successfully, but these errors were encountered:
This can be worked around by using the --ignore-engines flag in yarn commands. You can set this in a .yarnrc as well.
--ignore-engines
.yarnrc
.yarnrc:
--ignore-engines true
Sorry, something went wrong.
No branches or pull requests
This module cannot be installed by yarn after 3.0.0.
This is because the package.json's
engines
section expects yarn to be version0.0.0
instead of an actual range of support.The text was updated successfully, but these errors were encountered: