coreui / coreui-free-react-admin-template

Open source admin template based on Bootstrap 5 and React.js
https://coreui.io/product/free-react-admin-template/
MIT License
4.6k stars 2.33k forks source link

Dependency issue with "react-scripts" package #403

Closed Dekrikh closed 1 year ago

Dekrikh commented 1 year ago

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.

  WARN  Issues with peer dependencies found
.
└─┬ react-scripts 5.0.1
  └── ✕ unmet peer typescript@"^3.2.1 || ^4": found 5.0.4
github-actions[bot] commented 1 year ago

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