다양한 상황에서 발생하는것 같은데...
내가 겪은 내용만 적었다.
윈도우 환경에서 개발하면 대/소문자를 무시하지만
리눅스 환경에서는 대/소문자 인식을 한다... 그래서 다음과 같은 오류가 발생했었다
# ERROR in ~에서 특정 모듈을 찾지 못해서 그런것
# 일단 경험상 대소문자 문제 (Auth/reducer를 찾아야 하는데 실제로는 auth/reducer였음)
ERROR in ./app/reducer.js
Module not found: Error: Can't resolve './containers/common/Auth/reducer' in '/절대경로/app'
@ ./app/reducer.js 14:0-59 24:10-21
@ ./app/configureStore.js
@ ./app/app.js
@ multi ./node_modules/react-app-polyfill/ie11.js ./app/app.js
'공부하면서 > 기타' 카테고리의 다른 글
[Linux] cannot create temp file for here-document: Read-only file system (0) | 2024.04.15 |
---|---|
[Maven] Error injecting: org.apache.maven.wagon.providers.http.HttpWagon (0) | 2023.06.13 |
[Linux] Linux, window 개행문자 (0) | 2022.11.18 |
[Linux] nslookup (0) | 2022.11.11 |
[Maven] Failed to clean project: Failed to delete (0) | 2022.11.07 |