ERESOLVE unable to resolve dependency tree
See original GitHub issueBefore opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
Following instructions in the docs step 1 throws this error ERESOLVE unable to resolve dependency tree
Detailed logs: https://gist.github.com/Pacheco95/75d6f56d55ebed3b8864be51b8ae7e82
Steps to reproduce
Steps to reproduce the behavior:
npx create-react-app --template cra-template-rb my-app
Expected behavior The setup to finish successfully
Screenshots If applicable, add screenshots to help explain your problem.
Versions
- react-boilerplate-cra-template:
v1.1.1 - Node/NPM:
v15.1.0/v7.0.8 - Browser:
N/A
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Unable to resolve dependency tree error when installing npm ...
You have dependency conflict (incorrect and potentially broken dependency) as it says, so try to run the command with --force , or --legacy-peer ......
Read more >Unable to resolve dependency tree error in Angular while ...
To fix Unable to resolve dependency tree error in Angular while installing `npm` packages follow the below steps. 1.
Read more >ERESOLVE unable to resolve dependency tree when npm ...
Sometimes, When you are running npm install, You will get a dependency error npm ERR! ERESOLVE is unable to resolve the dependency tree....
Read more >ERESOLVE unable to resolve dependency tree error [Solved]
The error "npm ERR! ERESOLVE unable to resolve dependency tree" occurs because starting with NPM version 7, NPM tries to install peerDependencies by...
Read more >How to Fix npm ERR ERESOLVE Unable to Resolve ...
Command:- npm config set legacy-peer-deps trueIn This Video We Will See How to Fix npm ERR ERESOLVE Unable to Resolve Dependency Tree ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

While on yarn, I see this reported as warning.
https://github.com/npm/cli/issues/2128
Looks like CRA issue. I cannot reproduce it weirdly