vuetify 오류

    VResponsive.sass net::ERR_ABORTED 404 (Not Found)

    개요 vue project 개발 중 로컬에서 앱 시작 시 오류 발생하며, 처음 페이지 로딩 시 콘솔에 아래의 로그가 표시됨. GET net::ERR_ABORTED 404 (Not Found) chunk-GGIT7KZK.js:46 GET net::ERR_ABORTED 404 (Not Found) chunk-GGIT7KZK.js:49 GET net::ERR_ABORTED 404 (Not Found) 오류 환경 OS : Windows 10 Enterprise Vue 3.3.0 + Vuetify 3.0 + typescript npm run dev 실행 오류 내용 분석 로그를 읽어보면 vuetify의 sass 파일을 찾지 못해 페이지를 보여주지 못하는 것으로 보인다. 관련 내용으로 구글링 해보자. 오류 확인 관련..