React # react-app run error

kdobro_dev·2022년 1월 3일
0

Error Handling

목록 보기
1/6
post-thumbnail

📝오늘 배운 내용

react로 간단히 연습을 하기 위해 npx create-react-app [directory] 를 실행했는데 error를 만났다.

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

아래 두개의 commands중 하나를 사용해서 remove를 하라는 말에 npm uninstall -g create-react-app 명령어를 입력해 봤지만 해결이 되지 않았다. 반복적으로 해봤지만 역시나 실패..
더 많은 글들을 보다가 이런 순서로 해야한다는 글을 보고 실행했더니 정상적으로 작동하였다.

  • npm uninstall -g create-react-app
  • npm add create-react-app
  • npx create-react-app myapp

다시 추가해줘야 하는 명령어가 필요한가보다..!

profile
do your best at any moment

0개의 댓글

관련 채용 정보