Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ELECTRON
- github 100mb
- 이미지 데이터 타입
- camera access
- html
- nextjs
- Failed to compiled
- npm package
- Recoil
- github lfs
- augmentedDevice
- adb connect
- react-native
- animation
- Each child in a list should have a unique "key" prop.
- camera permission
- Can't resolve
- electron-packager
- ffi-napi
- vercel git lfs
- Git
- device in use
- github pdf
- custom printing
- adb pair
- dvh
- silent printing
- 티스토리 성능
- rolldown
- react-native-dotenv
Archives
- Today
- Total
목록Failed to compiled (1)
Bleeding edge
Module not found: Can't resolve ...
Vercel을 사용하다보면, 종종 로컬에서는 실행이 문제없이 되지만, Vercel에서는 컴파일에 실패하는 경우가 있다. 사실 천천히 파일의 문제를 읽어보면서 접근하면 아주 간단하게 문제는 찾을 수 있는데, 대충 읽다보면.. 컴파일 에러를 쉽게 찾지 못하게 된다... 원인 파일을 import 할 때 대소문자에서 나온 문제이다. import는 colLayoutFilled20로 하였지만, 실제파일은 ColLayoutFilled20이라 생긴 문제였다. nextjs에서는 build error가 없었지만 vercel에서 compile failed가 발생한 것을 보면, vercel이 대소문자에 좀 더 엄격하다는 것을 알 수 있다. 또 다른 문제 처음에는 파일 이름을 수정하고 코드를 push 하려고 했는데 문제는.. ..
Git & Github
2023. 11. 23. 00:52