본문 바로가기
개발/React

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

by 안뇽! 2022. 2. 11.
반응형

아래 따라치면 됨

npm uninstall -g create-react-app

npm add create-react-app

npx create-react-app ./ 

참고 https://velog.io/@milkyway/React-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-You-are-running-create-react-app-4.0.2-which-is-behind-the-latest-release-4.0.3

반응형