the only thing done before this is npx create-react-app .
npm install @mui/material @emotion/react @emotion/styled
added 34 packages, and audited 1478 packages in 2m
run `npm fund` for details
6 high severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
I tried npm audit fix --force but it only makes it worse
also tried npm install @mui/material @emotion/react @emotion/styled --force but this doesn't work neither