React npm install 설치시 npm ERR! ERESOLVE unable to resolve dependency tree
package.json 파일로 node_modules를 다운받기 위해 npm install을 하면 하단과 같은 에러가 나온다. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree ..... Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. ..... 버전이 맞지 않아 생긴 에러인거 같다 npm ERR가 알려준 명령어를 사용하여 해결함 1. npm install --force : ..