Moving to npm peer dependency issue #339
-
I'm trying to migrate the project to use npm, but I'm encountering issues with peer dependencies. Has anyone else experienced this problem and found a solution? The conflict is between
|
Beta Was this translation helpful? Give feedback.
Answered by
franfernandez20
Jul 16, 2024
Replies: 1 comment
-
It seems there is an issue with one of the latest versions of react-test-renderer. I resolved it by manually installing the dependency and forcing it to be "react-test-renderer": "18.2.0". |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
franfernandez20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there is an issue with one of the latest versions of react-test-renderer. I resolved it by manually installing the dependency and forcing it to be "react-test-renderer": "18.2.0".