npm install 할 때
npm ERR! code ERESOLVE
에러가 발생하였다.
해결방법
npm install --save --legacy-peer-deps
npm install 뒤에 --save --legacy-peer-deps를 붙여서 해결