Asma Tanavar

Results 1 comments of Asma Tanavar

I had the same problem in reactJs and I fixed it with these steps: Add to package.json: 1. "scripts": { "preinstall": "npx npm-force-resolutions" } 2. , "resolutions": { "react-error-overlay": "6.0.9"...