본문 바로가기
error/Frontend

[react] material-ui/core랑 material-ui/icons 설치

by 이쟝 2023. 2. 9.

문제 상황

React 버전 문제 때문에 자꾸 에러 나서 구글링 한 결과

npm install @material-ui/core --legacy-peer-deps
npm install @material-ui/icons-material --legacy-peer-deps

 

app.js에서 

import Fab from "@material-ui/core/Fab";
import SendIcon from "@material-ui/icons/Send";