Home > Net >  Can't install material-ui in my react project
Can't install material-ui in my react project

Time:11-14

enter image description hereWhen I paste npm install @material-ui/core in my root directory, the following is displayed:

I was trying to improve the UI of my app using material-UI. It's my first time using material-UI.

CodePudding user response:

I believe your command is ok but you are missing some further steps to work with material UI. please check this link enter link description here

if you still face any issue then pls let me know thanks

CodePudding user response:

Simply clone MUI official example https://github.com/mui/material-ui/tree/master/examples/create-react-app or you can check this repo configurations and installed libararies

  • Related