error >
npx create-react-app (폴더명)으로 리액트 환경을 만들 때마다 기본적으로 제공해주는 src/public 폴더가 없이 설치가 되는 현상이 있었다.
solution >
$ npm install -g create-react-app
(create-react-app 을 업데이트 해주고)
$ npx create-react-app (폴더명)
'버그 리포트' 카테고리의 다른 글
unhandled rejection sequelizeconnectionerror: unknown database (0) | 2019.12.21 |
---|---|
TypeError: require(...) is not a function (0) | 2019.12.21 |
heroku 배포 에러 > sh: 1: xcopy: not found (0) | 2019.11.29 |
address already in use :::4000 (0) | 2019.11.14 |
github 인증 작업 중 > MongoError: E11000 duplicate key error collection (0) | 2019.11.13 |