- `@testing-library/react` version: 10.0.4 ### What 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](https://github.com/testing-library/react-testing-library/pull/611) testing library is supposed to work with all node 10.x versions. However, `dom-testing-library` [depends on](https://github.com/testing-library/dom-testing-library/blob/master/package.json#L44) `pretty-format@26.0.1` which [requires](https://github.com/facebook/jest/blob/master/packages/pretty-format/package.json#L31) `>=node 10.14.2`. ### Suggested solution: Change `engines` field to `>=10.14.2`.