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
I don't think we can control the compatibility of @types/testing-library__jest-dom because it's maintained by DefinitelyTyped. Node 12 is still unsupported though, so I'd recommend you upgrade to Node 14 or newer. If you can't, you can disable engine checks, but you may run into more issues.
@types/testing-library__jest-dom contains { @types/jest: "*" } dependency,due to jest release v29.0 recently,our app may auto install latest version, jest@29 is not available for node12.
Could you change the ‘*’ wildcard version to particular version?
As I said, we don't control that. You can open an issue with DefinitelyTyped if you want, though I honestly doubt it will be solved because Node 12 is no longer supported. If you can't upgrade yet, you can disable engine checks or use a lockfile, at your own risk.
@testing-library/jest-dom
version:node
: 12yarn
version: 1.22.17Problem description:
error [email protected]: The engine "node" is incompatible with this module. Expected version "^14.15.0 || ^16.10.0 || >=18.0.0". Got "12.22.10"
The text was updated successfully, but these errors were encountered: