강의

멘토링

커뮤니티

Inflearn Community Q&A

juny1015's profile image
juny1015

asked

Introduction to Open Source JavaScript React Programming Part.1

Demo of the entire process of setting up a React development environment and setting up cloud-based DevOps

create-react-app 오류

Written on

·

345

0

npm i -g create-react-app을 하면 

npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.

이렇게 뜹니다.

 

npm install tar@6 -g 해도 안고쳐집니다.

이 상태로 create-react-app react-memo를 하면

'create-react-app'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

라고 하는데 어떻게 해야하나요??

react

Answer 1

0

제가해보니. 그오류가나도 그냥 진행해도 크게문제되는게 없어보입니다 그냥진행시키세요

juny1015's profile image
juny1015

asked

Ask a question