You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error @testing-library/[email protected]: The engine "node" is incompatible with this module. Expected version ">=10.18". Got "10.16.3"
Reproduction:
Problem description:
Yarn install is failing on node versions less the 10.18. This was fixed in @testing-library/react in version 10.0.1, and in @testing-library/dom in version 7.0.3. However, @testing-library/react requires @testing-library/dom at version ^7.0.2. Thus if @testing-library/dom is pinned at v7.0.2 in yarn.lock, yarn install still fails for node less than version 10.18.
This is an issue since AWS CodeBuild still runs on node v10.16
Suggested solution:
Require @testing-library/dom at version 7.0.3 or higher.
The text was updated successfully, but these errors were encountered:
@testing-library/react
version: 10.0.1react
version: 16.13.0node
version: 10.16.3npm
(oryarn
) version: yarn v1.17.3Relevant code or config:
What you did:
What happened:
Error message:
Reproduction:
Problem description:
Yarn install is failing on node versions less the 10.18. This was fixed in @testing-library/react in version 10.0.1, and in @testing-library/dom in version 7.0.3. However, @testing-library/react requires @testing-library/dom at version ^7.0.2. Thus if @testing-library/dom is pinned at v7.0.2 in yarn.lock, yarn install still fails for node less than version 10.18.
This is an issue since AWS CodeBuild still runs on node v10.16
Suggested solution:
Require @testing-library/dom at version 7.0.3 or higher.
The text was updated successfully, but these errors were encountered: