기억하기 위한 기록

[react] $ yarn eject 오류 본문

오류 및 에러

[react] $ yarn eject 오류

곽구 2021. 7. 22. 16:05

yarn eject시 나는 오류

 

깃 관련 오류인듯 하여 검색해보았다,

 

해결 방법은 커밋을 해주어야 한다고 한다.

1. git add .

2. git commit -m "commit message"

 

▼ git commit 을 하고 나니  yarn eject 가 실행되어진다.

 

 

 

▼ stack overflow 에서 찾은 해결 방법 참고

 

 

 

 

 

참조

https://stackoverflow.com/questions/48854585/error-with-run-npm-run-eject-error-remove-untracked-files-stash-or-commit-a

https://codingmania.tistory.com/331

 

[React] yarn eject시 에러발생 : This git repository has untracked files or uncommitted changes:

This git repository has untracked files or uncommitted changes: ~ ~~ ~~~ ~~~~ Remove untracked files, stash or commit any changes, and try again. error Command failed with exit code 1. info Visit ht..

codingmania.tistory.com