I recently tried to install the dependencies for my project using the "pnpm install" command, but I ran into an issue with missing peer dependencies for the "react-scripts" package. Specifically, "react-scripts" requires a version of "typescript" that matches "^3.2.1 || ^4", but used a newer version (5.0.4) (latest) that does not match these compatibility criteria.
Downgrading the version of "typescript" may pose a problem if the code uses features specific to higher versions.
WARN Issues with peer dependencies found
.
└─┬ react-scripts 5.0.1
└── ✕ unmet peer typescript@"^3.2.1 || ^4": found 5.0.4
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
Hello,
I recently tried to install the dependencies for my project using the "pnpm install" command, but I ran into an issue with missing peer dependencies for the "react-scripts" package. Specifically, "react-scripts" requires a version of "typescript" that matches "^3.2.1 || ^4", but used a newer version (5.0.4) (latest) that does not match these compatibility criteria.
Downgrading the version of "typescript" may pose a problem if the code uses features specific to higher versions.