-
🚨 에러
|
Beta Was this translation helpful? Give feedback.
Answered by
miniposi
Feb 14, 2024
Replies: 2 comments
-
원인분명 파일에는 해결방안파일 이름에 특수문자를 원도우 파일 시스템이 인식하지 못해서 발생했기 때문에, 아래 command로 해결!
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
miniposi
-
음 왜 그렇게 저장되어있엇지 ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
원인
분명 파일에는
src/middleware.ts
이렇게 되어있는데, 알고보니src/\bmiddleware.ts
이런 식으로 저장이 되어있었다!(정확한 원인은 모름)
해결방안
파일 이름에 특수문자를 원도우 파일 시스템이 인식하지 못해서 발생했기 때문에, 아래 command로 해결!