Answers for "mui Module not found: Can't resolve '@emotion/react'"

9

Module not found: Can't resolve '@material-ui/icons/Menu'

You need to install Icons
Yarn add @material-ui/icons
npm install @material-ui/icons
Posted by: Guest on November-17-2020
0

Module not found: Can't resolve '@emotion/react' in '/Users/arjungautam/Documents/VsCodeProjects/materialui-demo/node_modules/@mui/styled-engine'

npm install @emotion/react
Posted by: Guest on September-25-2021

Code answers related to "mui Module not found: Can't resolve '@emotion/react'"

Browse Popular Code Answers by Language