codestates / codestates/33Plan

[Error] Front_리액트 라이브러리 초기 세팅 오류

Open
#16 0 comments 0 reactions 1 assignee Claimed by @sud665 View on GitHub
Completed Error Front-end
Dominant language
JavaScript
Stars
2
Forks
4
PR merge metrics
No merged PRs in 30d

Description

> 해결된 에러라면 라벨에 'Complete' 를 달아주세요.
> 미해결된 에러라면 라벨을 'In progress' 로 변경해주세요.

### 어떤 에러인가요?
- 최신버젼으로 업그레이드 요구 에러

### 에러 메시지
You are running `create-react-app` 4.0.2, which is behind the latest release (4.0.3).

### 에러 핸들링 방법

- 기존 전역에 설치되어 있던 리액트를 지운후 최신버젼으로 재설치 진행

1. npm uninstall -g create-react-app
2. npm add create-react-app
3. npx create-react-app myapp

```
### 에러 핸들링을 위해 참고한 레퍼런스 링크

[링크](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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.