Open AAdewunmi opened 11 months ago
Give it a try:
npm config set legacy-peer-deps true
npm i
Give it a try:
npm config set legacy-peer-deps true npm i
npm ERR! A complete log of this run can be found in: C:\Users\Cyber World\AppData\Local\npm-cache_logs\2024-08-13T10_06_33_200Z-debug-0.log
This post is for anyone who encounters the same issue.
Ran
npm install @material-ui/core
at consoleGot the following output:
Solved it by running
npm install @material-ui/core --legacy-peer-deps
Check out the following stackoverflow post for more info:
[Could not resolve dependency error peer react@"^16.8.0 || ^17.0.0" from @material-ui/core@4.12.4](https://stackoverflow.com/questions/72596908/could-not-resolve-dependency-error-peer-react16-8-0-17-0-0-from-materia)