npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
오류 해결방법!!
npm install 설치할모듈이름 --save --legacy-peer-deps
으로 설치하면된다