걍 버전 안맞아 그런거..

 

create-react-app 새로 설치 해주자..

 

npm uninstall -g create-react-app
npm install -g create-react-app

 

하기 내용은 콘솔 프린트 전문

더보기

We no longer support global installation of Create React App.

Please remove any global installs with one of the following commands:
- yarn global remove create-react-app

The latest instructions for creating a new app can be found here:
https://create-react-app.dev/docs/getting-started/

 

링크

https://create-react-app.dev/docs/getting-started/

 

Getting Started | Create React App

Create React App is an officially supported way to create single-page React

create-react-app.dev

대충 react app을 init이나 create 하는 방법을 알려준다

+ Recent posts