반응형

yarn eject 실패오류

remove untracked files, stash or commit any changes, and try again.

npm i react-scripts-cssmodules 를 하려했을 때 오류를 마주한 상황.

해결방법

$ npm i uninstall react-scripts
$ npm i react-scripts cssmodules

$ git add . 
$ git commit -m " before ejecting "
$ yarn eject 

+ Recent posts