Error code 모음/7. Dev Tools errors

[ Yarn Error ] 리엑트/node.js 프로젝트 git clone 시 yarn 명령어 실행 안될 때

쟈누이 2021. 8. 17. 16:16
반응형

 

 

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 downloading and installing web files from GIT HUB. I got down to the topic: Starting Our Static Website, there I'm prompted to enter the commands to download and

stackoverflow.com

 

반응형