-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
Failure installing enzyme-adapter-react-16 with react 16.13.1 #2513
Comments
Your lockfile seems to suggest it’s installing react-dom 16.14 somewhere, which would require react 16.14. You can either update both react and react-dom to 16.14, or you can downgrade react-dom to 16.13. Try installing react, react-dom, and the enzyme adapter all in the same install command. |
@ljharb your suggestion helps to install At the same time, if I try to install other package (eg,
In short, switching |
That means that version of |
Current behavior
Tried to install
enzyme-adapter-react-16
with React-Native Version0.63.2
and React16.13.1
Installation command
npm i --save-dev enzyme-adapter-react-16
Error received
Expected behavior
To install successfully
Your environment
Package.json
Machine
Adapter
The text was updated successfully, but these errors were encountered: