# [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
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
2
3