I have cloned a react js project from Github to my local,
After giving 'npm start' i am getting the below error
./src/index.js Module not found: Can't resolve '@material-ui/core/styles' in 'C:\Users\Goodwork\desktop\xxxxxxxxxxx\src'
After cloning do npm install to download dependencies. run below command.
npm install
then run project
npm start
NOTE: if your package.json don't have @material-ui/core
in dependencies list then you may have to install it.
run this command.
npm install @material-ui/core