[Solved] Module not found: Can't resolve '@mui/material/utils' : (v5, which included a name change.)

React JS Safiul Tarek

Problem: Getting this error when attempted to import some Icons from material-ui

Module not found: Can't resolve '@mui/material/utils' : (v5, which included a name change.)

Solution:

Try this command npm install @mui/material @emotion/react @emotion/styled


Thank you for reading the article.