
[에러해결] npx create-react-app . 명령어가 실행되지 않음
·
웹공부/React
첫번째로 npm에 install 문제가 생겼다.npx create-react-app .npm init react-app my-appNeed to install the following packages:create-react-app@5.0.1Ok to proceed? (y) y 오류를 보니 package.json에서 React 19.x를 사용하려고 시도하지만, @testing-library/react가 React 18.x를 요구하고 있어서 호환되지 않는다.Installing template dependencies using npm...npm error code ERESOLVEnpm error ERESOLVE unable to resolve dependency treenpm errornpm error Whi..