Attempted this solution, but unfortunately it did not work
Currently using the latest version of Material-UI
Error: Module not found: Can't resolve '@emotion/react'
Let's try installing it then..
npm i @emotion/react @emotion/styled -s
The package is now appearing in the package-lock.json
.
"node_modules/@emotion/react": {
"version": "11.7.1",
........
Everything should be working fine now..
Time to start the server..
npm start
But once again..
Error: Module not found: Can't resolve '@emotion/react'