Frontend/Vue.js
[Vue.js] Conflict: Multiple assets emit different content to the same filename index.html
Sungwoo Koo
2022. 11. 10. 16:30
Vue.js
터미널에서 npm run serve 입력 후 아래와 같은 오류가 발생했고 해결 방법을 기록하기 위해 작성한다.
Conflict: Multiple assets emit different content to the same filename index.html
해결방법
경로 내 특수문자 확인
내 경우에는 프로젝트 경로에 1110(._제거) 라는 디렉토리가 포함되어있었다.
1110으로 디렉토리명 변경 후 해결