npx create-react-app@latest my-app

김혁중·2022년 3월 16일
0

Error

목록 보기
1/8

오류

You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).

We no longer support global installation of Create React App.

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/

상황

  • npx create-react-app my-app
  • react 새로운 프로젝트 만드는 상황에서의 오류

해결 방법

npx create-react-app@latest my-app

profile
Digital Artist가 되고 싶은 초보 개발자

0개의 댓글