This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Description
Description
While following the instructions to setup a new project via yarn, I've run into an error. "Unable to resolve dependency tree".
Could not resolve dependency:
peer react@"^16.8.3 || ^17" from react-redux@7.2.6
node_modules/react-redux
react-redux@"7.2.6" from app@0.1.0
app
app@0.1.0
node_modules/app
workspace app 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.
Steps to reproduce
- Get yarn setup.
- Setup my workspace in package.json.
- Follow the "install & start" steps listed on the repo main page.
- Halfway through the install process the error will appear and stop the process.
Expected behavior
The install process should finish with no issues.
Screenshots

Versions
- react-boilerplate-cra-template: current
- Node/NPM: 8.12.2
- Browser: Vivaldi