node와 node-sass 버전이 서로 호환이 안돼 생기는 에러가 있었다..
별짓 다하고 몇주 동안 뒤져도 해결을 못했는데
$ yarn remove node-sass
$ yarn add node-sass@5.0.0
혹은 yarn add node-sass
요 두줄로 해결했다.. 너무 삽질을해서 시도해본것 같기도하고 아닌것 같기도하고....
김이샜지만.. 잊어버릴 까봐 여기 메모..ㅠ
참고
https://codeac.tistory.com/129
https://guswnl0610.github.io/react/react-sass-error/