dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

create-react-app@5.0.1 create project installing dependency fail #455

Closed freeshineit closed 2 years ago

freeshineit commented 2 years ago

Run npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: react-clipboardjs-copy@2.0.0 npm ERR! Found: react-scripts@5.0.1 npm ERR! node_modules/react-scripts npm ERR! dev react-scripts@"5.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react-scripts@"^4.0.0" from @craco/craco@6.4.5 npm ERR! node_modules/@craco/craco npm ERR! dev @craco/craco@"^6.4.5" 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. npm ERR! npm ERR! See /home/runner/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! /home/runner/.npm/_logs/2022-10-02T14_0401890Z-debug-0.log

dilanx commented 2 years ago

You need to use craco 7 for CRA 5 support. A stable release is not out yet but you can use the latest alpha build (npm i @craco/craco@alpha). This will also be documented clearly once the release is out.