$ npm install @material-ui/core
ERSOLVE unable to resolve dependency tree 메시지와
아래 16 , 17 버전을 사용해야 한다는 오류
package-lock.json에 몇가지의 다른 의존 버전들 추가
$ npm install @mui/material @emotion/react @emotion/styled --force
peerDependency가 맞지 않아도 설치
$ npm install @mui/material @emotion/react @emotion/styled --legacy-peer-deps
$ npm install @mui/icons-material --legacy-peer-deps