본문 바로가기

버그 리포트

Unable to create-react-app. "Template not provided"

error > 

 

npx create-react-app (폴더명)으로 리액트 환경을 만들 때마다 기본적으로 제공해주는 src/public 폴더가 없이 설치가 되는 현상이 있었다.

 

 

solution >

 

$ npm install -g create-react-app

(create-react-app 을 업데이트 해주고)

 

$ npx create-react-app (폴더명)