react환경셋팅오류
[에러 해결] create-react-app 오류(You are running `create-react-app` 4.0.3, which is behind the latest release (5.0.0).)
어쩌다보니 첫 글부터 에러 해결글이라니 🩺 에러 발생 지원했던 회사에서 서류 합격 메일이 오면서 사전 과제를 받게 되었다. TypeScript기반 React 프로젝트 하나 만들려고 cmd창에 다음과 같이 적었다. npx create-react-app 프로젝트명 --template typescript 그런데 오잉 다음과 같이 에러가 떴다. 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 ..