리액트 프로젝트 생성하기 위해 CLI 입력 시 해당 에러 메시지 발생

CLI : npx create-react-app sonday-tock

 

Please remove any global installs with one of the following commands:
- npm uninstall -g create-react-app
- 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/

 

Getting Started | Create React App

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

create-react-app.dev

 

해결 방법

 

npm uninstall -g create-react-app

npx create-react-app [프로젝트명]

 

+ Recent posts