We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to install [email protected] causes NPM to throw a could not resolve dependency error.
[email protected]
npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! npm ERR! Could not resolve dependency: npm ERR! peerOptional react-native@"^0.69.0" from [email protected] npm ERR! node_modules/react-redux npm ERR! react-redux@"*" from the root project npm ERR! npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/react-native npm ERR! peerOptional react-native@"^0.69.0" from [email protected] npm ERR! node_modules/react-redux npm ERR! react-redux@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
The problem is reproducible by:
npx react-native@latest init Foo cd Foo npm install --save redux redux-thunk reselect npm install --save react-redux
Installation should succeed without any error
macOS
The text was updated successfully, but these errors were encountered:
sigh that probably needs to be a >=, I guess.
>=
I hate NPM's peer dep handling.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
What is the current behavior?
Trying to install
[email protected]
causes NPM to throw a could not resolve dependency error.The problem is reproducible by:
npx react-native@latest init Foo cd Foo npm install --save redux redux-thunk reselect npm install --save react-redux
What is the expected behavior?
Installation should succeed without any error
Which browser and OS are affected by this issue?
macOS
Did this work in previous versions of React Redux?
The text was updated successfully, but these errors were encountered: