Readdy Write

React Error: Module not found: Can't resolve '@material-ui/icons/Edit' in component.js

23.02.2021 (👁4572)

React Error: Module not found: Can't resolve '@material-ui/icons/Edit' in component.js

 

Module not found: Can't resolve '@material-ui/icons/Edit' in component.js

 

 

Lösung:

Installation der Material-UI/icons.

Hierzu in das Verzeichnis der React Client Anwendung wechseln, Visual Code öffnen und im VC Terminal den Befehl npm install @material-ui/icons eingeben

 

npm install @material-ui/icons

 

 

Danach warden React Material UI Elemente wie hier der Floating Action Button ohne Probleme angezeigt

 


0,00 €