-
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. 라는 메시지가 있는데
tar@ 버전이 낮은게 문제라고 한다.
npm install tar@6 -g
위의 명령어를 입력한 뒤 vscode를 껐다가 다시 키자.
npx create-react-app . 명령어를 입력하면 정상적으로 작동된다.
'리액트' 카테고리의 다른 글
[React.js] 리액트의 Update 기능 (0) 2022.09.12 [React.js] 리액트의 Create 기능 (0) 2022.09.12 [React.js] 리액트의 State 기능 (0) 2022.09.05 [React.js] 리액트의 이벤트 작성 (0) 2022.09.05 [React.js] cannot create a project named (0) 2022.08.29