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
@testing-library/react
Tried to install @testing-library/react 10.0.4 in the environment with node 10.13 and yarn 1.12.3.
See above.
According to this commit testing library is supposed to work with all node 10.x versions. However, dom-testing-library depends on [email protected] which requires >=node 10.14.2.
dom-testing-library
[email protected]
>=node 10.14.2
Change engines field to >=10.14.2.
engines
>=10.14.2
The text was updated successfully, but these errors were encountered:
Related: testing-library/dom-testing-library#563
I think we'll need to revert that update as suggested and push a breaking change instead.
Sorry, something went wrong.
Closing since node 10 has reached end-of-life anyway. We'll drop support for it in the next major anyway.
No branches or pull requests
@testing-library/react
version: 10.0.4What you did:
Tried to install @testing-library/react 10.0.4 in the environment with node 10.13 and yarn 1.12.3.
What happened:
Reproduction:
See above.
Problem description:
According to this commit testing library is supposed to work with all node 10.x versions. However,
dom-testing-library
depends on[email protected]
which requires>=node 10.14.2
.Suggested solution:
Change
engines
field to>=10.14.2
.The text was updated successfully, but these errors were encountered: