I'm trying to run a React
project created in Mac, I had not this problem neither in Windows or Mac, but I'm facing the following errors when I try to run (npm start
) in Ubuntu:
./node_modules/@material-ui/core/esm/ButtonBase/ButtonBase.js
Module not found: Can't resolve 'react-dom' in '/node_modules/@material-ui/core/esm/ButtonBase'
I tried to delete node_modules
and ran npm install
again, but the problem persists.
Can someone help me with this?