반응형
Parsing error: No Babel config file detected for /Users/junhyeok/project/new/vue_crud/frontend/src/components/Main/MainComponent.vue. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files
Vue3 파싱 오류입니다. eslint에서 인식하는 부분에서 나타나는 오류거나, 프로젝트 루트 디렉토리에 .eslintrc.json파일이 없으면 ESLint가 작업 디렉토리를 자동으로 찾지 못할 수 있다고 합니다.
해결방법
F1 -> setting -> 드래그 내용을 추가합니다.
"eslint.workingDirectories": [
{"mode": "auto"}
],
반응형
'VueJS > VueJS' 카테고리의 다른 글
[ Vue ] Vue3 프로토타입 사용하기 (0) | 2022.08.01 |
---|---|
[ Vue ] Vue3 CORS proxy로 해결하기 (0) | 2022.07.27 |
[ Vue ] Vue3 package.json 위치를 찾지 못하는 오류 (0) | 2022.07.27 |
[ Vue ] Vue3 vue-cli가 오래되었습니다 ? (0) | 2022.07.26 |
[ Vue ] NUXT JS 유튜브 API (0) | 2022.05.19 |