Closed ubesluttsom closed 1 month ago
npm install --force
also works, but as you said it's not ideal
Looked like mui/system was missing, so i did npm install @mui/system@5.16.7
.
It worked but i got 7 vulnerabilities. Running npm audit fix
fixes all but one vulnerability.
The dependencies have been set to the following on the main branch:
Other branches are expected to use the same version.
Describe the bug Installing dependencies for the system fail.
To Reproduce Steps to reproduce the behavior:
npm install
Expected behavior
npm install
should install all dependencies.Error log
However, running
npm install --legacy-peer-deps
seems to work, but this is probably not an ideal fix.