# yarn 사용자
yarn add global react-scripts
# npm 사용자
npm install -g react-scripts
react-scripts모듈이 제대로 설치되지 않았기 때문에 발생하는 문제다. 위 명령어로 이를 설치하면 문제는 해결된다.
'WEB > React' 카테고리의 다른 글
[React] useMemo / useCallback (성능 개선) (0) | 2023.02.14 |
---|---|
[React] context 사용해보기 (다크모드) (0) | 2023.02.13 |
[React] Context란? (0) | 2023.02.09 |
[React] Wrap component (High-order component) (0) | 2023.02.09 |
[React] Form 만들기 (0) | 2023.02.08 |