Vue 학습을 위해 폴더 내에서 Vue 폴더를 생성 후, main.js에 들어가보니
Parsing error: No Babel config file detected for /Users/nyol/Desktop/_/Study/learn-vue-js-master/vue-cli/src/main.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.
와 같은 Parsing error가 발생하였다.
이것은 평소 사용하고 있던 VS code에서 프로젝트의 ESLint 설정 파일을 인식하는 부분에서 에러가 발생한 것으로
setting 파일에
"eslint.workingDirectories": [
{"mode": "auto"}
],
을 입력하여 에러를 해결할 수 있다.
반응형
'IT' 카테고리의 다른 글
[Web] 브라우저 렌더링 (0) | 2022.02.09 |
---|---|
리액트(React.js) vs 뷰(Vue.js) (4) | 2022.01.26 |
[GIT] .gitignore가 작동하지 않을 때 대처 방법 (0) | 2021.10.31 |
[AWS] MAC terminal로 ssh키 접속 [Permission Error] (0) | 2021.09.16 |
VScode - React styled-components 속성 색상을 구분하자(extenstion - vscode-styled-componenets) (0) | 2021.08.07 |
댓글