git clone url // url은 main branch의 url임
git checkout -b context // context branch를 만들어주어서
git pull origin context // 원격에 있는 context branch에 있는 내용물 가져오기
git push -u origin context // local = 내 노트북, & 원격 branch 연동시킴
그러고 나서 실행을 시키는데...
Error
yarn start
yarn run v1.22.19
$ react-scripts start
'react-scripts'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는
배치 파일이 아닙니다.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn upgrade 치면 끝
집에서 github에 push 하고
밖에 나와서 노트북으로 git clone url
하고
yarn start
를 시도했지만
'react-scripts'는 실행할수 음슴 이런 식으로 나와서 약이 올랐다.. 징짜..
이 때 간단히 yarn upgrade
명령어로 업그레이드 시켜주니
문제 해결이 되었다
the spoiler님의 블로그에서 간단히 해결하게 되었음