command not found 썸네일형 리스트형 [React] /bin/sh: react-scripts: command not found 에러 해결 (+ react-scripts란?) 방법 1. 터미널에서 react-scripts 라이브러리 전역 설치 yarn add global react-scripts 방법 2. package.json이 있는 디렉토리에서 react-scripts 라이브러리 설치 yarn add react-scripts npm install -save react-scripts 참고 : react-scripts란? react-scripts가 뭔지 알려면 create-react-app이 뭔지를 알아야 한다. create-react-app은 귀찮은 설정들을 대신해준다. 구성하지 않고 프로젝트를 시작할 수 있어서 react 프로젝트를 쉽게 시작할 수 있게 해주는 모듈이다. react-scripts는 이러한 create-react-app 스타터팩의 스크립트 세트이다. 즉, c.. 더보기 이전 1 다음