# sh: react-scripts: command not found
총 2개의 포스트
[Error] sh: react-scripts: command not found
다른 사람 코드를 다운받아서, 내 컴퓨터에서 작업하고 싶은데 npm start 하니 sh: react-scripts: command not found해당 오류를 만났다. 해결하는 방법은 간단하다. npm install 보통은 teminal에 npm install 명령
2022년 9월 30일
·
0개의 댓글·
2
sh: react-scripts: command not found (리액트)
sh: react-scripts: command not found해결: npm install을 하자만약 모듈도 패키지 락제이슨도 다 다운되어있는데 저 에러메세지가 뜬다?! 두 파일 다 지우고 다시 npm install하자
2021년 12월 30일
·
0개의 댓글·
4