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
Currently the build is failing with -
npm ERR! code ERESOLVE -- 23:16:27.693 | npm ERR! ERESOLVE could not resolve 23:16:27.693 | npm ERR! 23:16:27.693 | npm ERR! While resolving: react-scripts@5.0.1 23:16:27.693 | npm ERR! Found: typescript@5.2.2 23:16:27.693 | npm ERR! node_modules/typescript 23:16:27.693 | npm ERR! typescript@"^5.2.2" from the root project 23:16:27.693 | npm ERR! peer typescript@">= 2.7" from fork-ts-checker-webpack-plugin@6.5.3 23:16:27.694 | npm ERR! node_modules/fork-ts-checker-webpack-plugin 23:16:27.694 | npm ERR! fork-ts-checker-webpack-plugin@"^6.5.0" from react-dev-utils@12.0.1 23:16:27.694 | npm ERR! node_modules/react-dev-utils 23:16:27.694 | npm ERR! react-dev-utils@"^12.0.1" from react-scripts@5.0.1 23:16:27.694 | npm ERR! node_modules/react-scripts 23:16:27.694 | npm ERR! react-scripts@"5.0.1" from the root project 23:16:27.694 | npm ERR! 1 more (tsutils) 23:16:27.694 | npm ERR! 23:16:27.694 | npm ERR! Could not resolve dependency: 23:16:27.694 | npm ERR! peerOptional typescript@"^3.2.1 \|\| ^4" from react-scripts@5.0.1 23:16:27.694 | npm ERR! node_modules/react-scripts 23:16:27.694 | npm ERR! react-scripts@"5.0.1" from the root project 23:16:27.694 | npm ERR! 23:16:27.695 | npm ERR! Conflicting peer dependency: typescript@4.9.5 23:16:27.695 | npm ERR! node_modules/typescript 23:16:27.695 | npm ERR! peerOptional typescript@"^3.2.1 \|\| ^4" from react-scripts@5.0.1 23:16:27.695 | npm ERR! node_modules/react-scripts 23:16:27.695 | npm ERR! react-scripts@"5.0.1" from the root project 23:16:27.695 | npm ERR! 23:16:27.695 | npm ERR! Fix the upstream dependency conflict, or retry 23:16:27.695 | npm ERR! this command with --force or --legacy-peer-deps 23:16:27.695 | npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 23:16:27.695 | npm ERR! 23:16:27.695 | npm ERR! 23:16:27.695 | npm ERR! For a full report see: 23:16:27.695 | npm ERR! /vercel/.npm/_logs/2023-10-11T17_46_25_264Z-eresolve-report.txt 23:16:27.696 | 23:16:27.696 | npm ERR! A complete log of this run can be found in: /vercel/.npm/_logs/2023-10-11T17_46_25_264Z-debug-0.log 23:16:27.710 | Error: Command "npm install" exited with 1
i.e. Has conflicts between [email protected] & [email protected]
[email protected]
The text was updated successfully, but these errors were encountered:
Merge pull request #58 from Curio-org/fix-dependency-conflicts
f3c3229
#48 Fix dependency conflicts for successful deployment
arjxn-py
Successfully merging a pull request may close this issue.
Currently the build is failing with -
Build Logs
i.e. Has conflicts between
[email protected]
&[email protected]
The text was updated successfully, but these errors were encountered: