문제 내용: npm 구버전으로 인한 create-react-app 즉시 활용이 어려움
해결 방법: npm install -g create-react-app 입력 후 세팅
이전 버전의 npm 사용으로 인해, create-react-app 구버전이 연동되어서
글로벌 설치를 지원하지 않는다는 문구가 출력되었다.
기본 create react app 세팅하는 링크가 있어서 진입
https://create-react-app.dev/docs/getting-started/
링크를 한 번만 더 타고 들어가면 방법이 안내 되어있다.
(아래 출처 링크 첨부)
npm 5.2 이전 버전에서는
npm install -g create-react-app
으로 create-react-app 글로벌 실행 후
create-react-app [생성할 디렉토리명]
커맨드로 세팅 가능하다.
출처
https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f