유쾌하지 못한 오류 기록
🤯문제 : 'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.
깃에서 풀을 당겨온 후, npm start를 하려고 하니, 저런 멘트가 떴다.
🥳 해결방법
yarn add global react-scripts
npm install -g react-scripts
평소에 npm을 이용하지만, 저렇게 npm으로 문제가 생기면 yarn으로 해결 중..
(아무것도 모르는 사람)
아직까지는 yatn으로 해결했을 때, 문제가 없었다!
'유쾌하지 못한 오류 기록' 카테고리의 다른 글
Git 오류 기록 cannot lock ref 'refs/remotes/origin' (0) | 2023.01.03 |
---|---|
React 오류 기록 npm start와 yatn start가 안될 때 (0) | 2023.01.02 |
React 오류 기록 Module not found: Error: Can't resolve (0) | 2022.12.30 |
Git 오류 기록 혼자서 낸 충돌(conflict) (0) | 2022.12.27 |
React 오류 기록 You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. (1) | 2022.12.27 |