λ³Έλ¬Έ λ°”λ‘œκ°€κΈ°

React

You are running `create-react-app` 4.0.1, which is behind the latest release (4.0.3). 이슈 해결방법

λ¦¬μ•‘νŠΈ ν”„λ‘œμ νŠΈλ₯Ό μƒμ„±ν•˜κΈ°μœ„ν•΄ create-react-app 을 μ‹€ν–‰ν•˜λ‹€ λ°œμƒν•œ 이슈λ₯Ό ν•΄κ²°ν•˜λŠ” 방법을 μ•Œμ•„λ³΄μž

 

λ‚˜μ€‘μ— 이런 μ΄μŠˆκ°€ λ‹€μ‹œ λ°œμƒν–ˆμ„ λ•Œλ₯Ό μœ„ν•˜μ—¬ 이 포슀트λ₯Ό μž‘μ„±ν•΄λ³΄μž! 

 

μ—λŸ¬

 

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

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

 

μœ„μ™€ 같은 μ—λŸ¬κ°€ λ°œμƒ ν–ˆμ„ κ²½μš°μ— μ‰½κ²Œ ν•΄κ²°ν•˜λŠ” 방법이 μžˆλ‹€.

 

ν•΄κ²° 

 

1. npm uninstall -g create-react-app 을 μž…λ ₯ν•˜μ—¬ create-react-app을 μ‚­μ œ

2. npm add create-react-app 을 μž…λ ₯ν•˜μ—¬ λ‹€μ‹œ create-react-app을 μ„€μΉ˜

3. npx create-react-app [ν”„λ‘œμ νŠΈ 이름] 을 μž…λ ₯ν•˜μ—¬ ν”„λ‘œμ νŠΈλ₯Ό 생성

 

μœ„μ˜ 해결방법을 톡해 이슈λ₯Ό ν•΄κ²°ν•˜μž 

 

 

'React' μΉ΄ν…Œκ³ λ¦¬μ˜ λ‹€λ₯Έ κΈ€

React둜 Skeleton UI λ§Œλ“€κΈ°  (0) 2021.11.29