컴퓨터/react

react vscode 첫번째 import 빨간줄

풍경소리^^ 2022. 5. 28. 07:57

https://codingapple.com/forums/topic/%ED%8C%8C%EC%8B%B1-%EC%97%90%EB%9F%AC-%EC%96%B4%EB%96%A1%ED%95%98%EB%82%98%EC%9A%94/

 

파싱 에러 어떡하나요.. - 코딩애플 온라인 강좌

Parsing error: No Babel config file detected for /Users/jowh/Toys/toy/Apple-class/vuedongsan/src/assets/oneroom.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.eslint 자꾸 이

codingapple.com

parsing error babel

 

프로젝트 폴더에 .eslintrc.json 파일을 만들고

{
  "parser": "@babel/eslint-parser",
  "parserOptions": { "requireConfigFile" : "false" },
  "babelOptions": { "configFile": "./.babelrc", }
}

'컴퓨터 > react' 카테고리의 다른 글

React JS 이론부터 실전까지 - 동빈나  (0) 2023.04.07
react Module not found: Error: Can't resolve './serviceWorker' in  (0) 2022.07.04
react javascript reduce map  (0) 2022.05.12
React 길벗  (0) 2022.04.26
react gilbut git clone  (0) 2022.04.16