# [React] 였λ₯˜ν•΄κ²° You are running create-react-app 4.0.3, which is behind the latest release (5.0.0)

npx create-react-app 을 μ‚¬μš©ν•˜λ‹€κ°€ μ—λŸ¬κ°€ λ°œμƒν–ˆλ‹€.

더 이상 μ „μ—­ CRA λŠ” μ§€μ›ν•˜μ§€ μ•ŠμœΌλ‹ˆ μ „μ—­ CRA λ₯Ό μ œκ±°ν•˜λΌλŠ” μ—λŸ¬μ˜€λ‹€.

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/
1
2
3
4
5
6
7
8
9
10

μΉœμ ˆν•˜κ²Œ ν•΄κ²° 방법을 μ•Œλ €μ€¬μ§€λ§Œ, μ—¬μ „νžˆ 같은 μ—λŸ¬λ₯Ό λ±‰λŠ”λ‹€.

κ΅¬κΈ€λ§ν•œ κ²°κ³Ό μ—λŸ¬ μ½”λ“œμ—μ„œ μ œμ•ˆν•œ μ»€λ§¨λ“œμ— 이어 λ‹€μŒ λͺ…령어듀을 μž…λ ₯ν•˜λ©΄ ν•΄κ²°λœλ‹€.

npm uninstall -g create-react-app
npm add create-react-app
npx create-react-app <app-name>
1
2
3
Last Updated: 2022. 6. 5. μ˜€ν›„ 3:42:39