❗️ Material-UI 설치 Error

nana·2023년 2월 21일
0

📚 지식+1

목록 보기
6/8
post-thumbnail

❗️ Material-UI 설치 Error

📎 Material-UI

$ npm install @material-ui/core

ERSOLVE unable to resolve dependency tree 메시지와
아래 16 , 17 버전을 사용해야 한다는 오류

💡 해결방법

1. --force 사용

package-lock.json에 몇가지의 다른 의존 버전들 추가

$ npm install @mui/material @emotion/react @emotion/styled --force

2. --legacy-peer-deps 사용

peerDependency가 맞지 않아도 설치

$ npm install @mui/material @emotion/react @emotion/styled --legacy-peer-deps

$ npm install @mui/icons-material --legacy-peer-deps


✔️ 2번 방법을 사용해 설치 완료


✨ 끝!

profile
✧ 중요한건 꺾이지 않는 마음 🔥 ᕙ(•ө•)ᕤ 🔥

0개의 댓글