hoon's bLog

React ERROR | error Command failed with exit code 127. 본문

IT/Error

React ERROR | error Command failed with exit code 127.

개발한기발자 2024. 1. 12. 08:53
반응형

Error 발생 경로

에러는 다음과 같다.

react 프로젝트 실행을 위해, yarn start 커맨드를 입력 시 발생했다.

잘되던 게 갑자기 왜 안되지?! 하고 구글링을 해보니 yarn이나 npm이 설치되지 않았을 때 나타나는 오류라고 한다.

해결

yarn이 설치 되지 않은 분은

$ yarn install

npm이 설치되지 않은 분은

 

$ npm install

커맨드를 입력한 후, 다시 yarn start를 실행하면 정상적으로 실행되는 것을 볼 수 있다.

결론

초반에 리액트 프로젝트를 처음 했을 때, 기쁜 마음으로 만들었다가,

부푼 마음으로 yarn start를 실행 했을때, 누구나 한 번쯤 거쳐가는 에러라고 생각이 든다.

이렇게 또 새로운 오류를 발견한 내 손가락이 자랑스럽다!ㅎㅎㅎㅎ....ㅠㅠ

 

언제나 새로운 정보 공유와 잘못된 정보

비판/지적/태클은 환영입니다!

도움이 되셨다면 공감♥️, 댓글 부탁드려요:)

끝.

Reference

출처: https://github.com/reactstrap/reactstrap/issues/711

 

command failed with exit code 127. · Issue #711 · reactstrap/reactstrap

My operating system: OSX 10.12.6 I followed the instructions on the main website on how to set up a react-strap project. I get the following output when trying to run: yarn start Kyles-MacBook-Pro:...

github.com

 

728x90
반응형