로딩
티스토리 데이터 처리 중입니다.

[Github Actions] Github actions에서 React 계속 build 안되는 현상

 [Github Actions] Github actions에서 React 계속 build 안되는 현상

Module not found: Error: Can't resolve '@emotion/styled' in '/home/runner/work/uplus.com/uplus.com/frontend/project/node_modules/@mui/styled-engine' 계속 React가 build 안되는 현상 때문에 하루종일 애먹음. 로컬에서 돌려보자, 똑같이 나와서 프론트 개발자에게 물어보니, yarn 명령어를 사용하기 때문이었음. npm -> yarn으로 변경한 이후, 잘 빌드됨.

개선 전 # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run test.....