Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Open
espenja opened this issue May 2, 2022 · 1 comment
Open

[email protected] does not support [email protected] #3

espenja opened this issue May 2, 2022 · 1 comment

Comments

@espenja
Copy link

espenja commented May 2, 2022

Was looking for a solution to a problem I am facing and came across this repo. Unfortunately, this repo suffers the same problem.
npm install fails because [email protected] does not support [email protected] (dilanx/craco#378 and dilanx/craco#415)

Reproduce by cloning the repo and running npm i

Output:

~/source/other/react-boilerplate > main
❯ npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-scripts
npm ERR!   dev react-scripts@"5.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react-scripts@"^4.0.0" from @craco/[email protected]
npm ERR! node_modules/@craco/craco
npm ERR!   dev @craco/craco@"6.4.3" 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/username/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/username/.npm/_logs/2022-05-02T22_47_53_335Z-debug-0.log
@yudatadei
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants