-
Notifications
You must be signed in to change notification settings - Fork 7
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
Latest version 0.74, npm WARN ERESOLVE overriding peer dependency #239
Comments
@TonyFTannous Thanks for reporting. Can confirm this warning is introduced in 0.74.0. As far as I can tell, this does not block an |
Merged facebook/react-native#44764. This will ship in 0.74.2. |
Still exist. i'm trying create new project -> remove node_module package-lock.json -> npm install. |
This is fixed in 0.74.2 |
Old Version
0.73.7
New Version
0.74
Description
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: eslint-plugin-jest@26.9.0
npm WARN Found: @typescript-eslint/eslint-plugin@6.21.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN @typescript-eslint/eslint-plugin@"^6.7.4" from @react-native/eslint-config@0.74.81
npm WARN node_modules/@react-native/eslint-config
npm WARN dev @react-native/eslint-config@"0.74.81" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional @typescript-eslint/eslint-plugin@"^5.0.0" from eslint-plugin-jest@26.9.0
npm WARN node_modules/eslint-plugin-jest
npm WARN eslint-plugin-jest@"^26.5.3" from @react-native/eslint-config@0.74.81
npm WARN node_modules/@react-native/eslint-config
npm WARN
npm WARN Conflicting peer dependency: @typescript-eslint/eslint-plugin@5.62.0
npm WARN node_modules/@typescript-eslint/eslint-plugin
npm WARN peerOptional @typescript-eslint/eslint-plugin@"^5.0.0" from eslint-plugin-jest@26.9.0
npm WARN node_modules/eslint-plugin-jest
npm WARN eslint-plugin-jest@"^26.5.3" from @react-native/eslint-config@0.74.81
npm WARN node_modules/@react-native/eslint-config
Steps to reproduce
Affected Platforms
Build - MacOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://reactnative.dev/docs/environment-setup
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: