When I tried to run the project with npm start I meet the problem "webpack compiled with 27 errors"
Npm 8.3+ supports overrides, so issue was fixed by adding this to package.json file.
"overrides": {
"react-refresh": "0.11.0"
}
P.S. Tried to contribute, but I have no permission to your repo..


When I tried to run the project with
npm startI meet the problem "webpack compiled with 27 errors"Npm 8.3+ supports overrides, so issue was fixed by adding this to
package.jsonfile.P.S. Tried to contribute, but I have no permission to your repo..