개발/토막난 상식
ReferenceError: module is not defined
RavenKim
2024. 12. 10. 09:12
반응형
로컬에서는 정상 작동
하지만 도커 파일 빌드시 ERROR [build 5/5] RUN yarn build
ReferenceError: module is not defined
at file:///app/tailwind.config.js:2:1
해결방법 >> node ver 업그레이드 하니까 해결됨
원인: 아마도 4.0 ver 은 에러가 아닌 warning 도 애러처리하는 문제가 있을것으로 예상
반응형