Published 2024. 7. 20. 22:15
해결 방법
- `react-scripts` 라는 라이브러리를 현재 경로에서 실행시킬 수 없는 상황에서 발생
- `yarn add global react-scripts` 를 이용하여 react-scripts 라는 라이브러리를 전역으로 설치하기
- 또는 프로젝트 디렉토리에서 `npm install ` 또는 `yarn install ` 명령어 실행해서 패키지 다시 설치하기
출처
1. https://thespoiler.tistory.com/21https://codingdiary99.tistory.com/5
'Problem Solving' 카테고리의 다른 글
[Git][PS] push to origin has encountered a problem 오류 해결 (0) | 2024.09.23 |
---|---|
[PS][React] Route를 이용했을 때 github pages의 404 에러 해결 (a 태그 -> link to) (0) | 2024.08.01 |
[PS][Git] There isn't anything to compare 해결 (0) | 2024.01.05 |
[PS][Java] Open JDK 8 설치하기 (0) | 2023.12.04 |
[PS] java.lang.IllegalStateException: Module entity with name - gradle 빌드 문제 (0) | 2023.10.28 |