React Error(에러) : Remove untracked files, stash or commit any changes, and try again.
마스터욱
0
41
0
0
2021-06-25 03:17:13
webpack.config.js 파일을 찾기위해
$ npm run eject
명령어를 쳤지만, 아래와 같은 에러가 발생한다.
Remove untracked files, stash or commit any changes, and try again.
커밋을 하고난뒤에 시도하라는 거 같다.
$ git add .
$ git commit -m "대충 메세지"
그리고 다시
$ npm run eject
잘된다~