프로그래밍/ReactJS 🤞
react 생성시 public, src,and scripts folder 생성 안될 경우
재우니
2020. 3. 17. 15:55
react 생성시 public, src,and scripts folder 생성 안될 경우
전역으로 create-react-app 을 전부 삭제하고 재설치하는게 답이다. 아래 1,2,3 순서대로 실행하면 잘 됩니다.
https://github.com/facebook/create-react-app/issues/8088
- npm rm -g create-react-app
- npm install -g create-react-app
- npx create-react-app my-app