You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and my issue is unique
My issue appears in the command-line and not only in the text editor
Description Overview
I want to update my current react-app with npm update, im facing an error of compatibility....
eduardo@MiPcLinux:~/Descargas/workshop-react$ npm update
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error eslint@"^9.3.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8" from [email protected]
npm error node_modules/eslint-plugin-react
npm error dev eslint-plugin-react@"^7.34.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/eduardo/.npm/_logs/2024-06-27T09_59_34_909Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/eduardo/.npm/_logs/2024-06-27T09_59_34_909Z-debug-0.log
Log file:
'Log files:
/home/eduardo/.npm/_logs/2024-06-27T09_59_34_909Z-debug-0.log
# npm resolution error report
While resolving: [email protected]
Found: [email protected]
node_modules/eslint
eslint@"^9.3.0" from the root project
Could not resolve dependency:
peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8" from [email protected]
node_modules/eslint-plugin-react
dev eslint-plugin-react@"^7.34.1" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
Is there an existing issue for this?
Description Overview
I want to update my current react-app with npm update, im facing an error of compatibility....
Log file:
Link to the project: https://github.com/ejgutierrez74/workshop-react-eduardo
npm update
Expected Behavior
update eslint and eslint-react-plugin to latest versions....
eslint-plugin-react version
7.34.1
eslint version
9.3.0
node version
20.12.2
The text was updated successfully, but these errors were encountered: