Material-UI installieren
npm install @material-ui/core
# Yarn
yarn add @material-ui/core
Salo Hopeless
npm install @material-ui/core
# Yarn
yarn add @material-ui/core
npm uninstall @material-ui/core @material-ui/icons
//This is how you remove package from your dependencies in project.json
npm uninstall --save <package_name>
material ui