1. 원인 아무래도 윈도우에 yarn 이 제대로 설치가 되지 않은 경우에 발생하는 에러인듯 하다.. 2. 해결 방법 1) yarn global 버전으로 npm 설치 npm install --global yarn 2) yarn 버전 체크 yarn --version 3) 2) 번이 실행되지 않을 경우 컴퓨터 재시작 후 cmd 창에 2) 번을 입력하면 실행된다. 3. 참고 링크 https://stackoverflow.com/questions/48997825/git-bash-command-on-windows-yarn-command-not-found Git Bash Command on Windows, yarn command not found I following this online tutorial on down..