Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 핀토스
- 백준
- 코드트리
- 사이드프로젝트
- defee
- 오블완
- TiL
- 티스토리챌린지
- 자바
- 알고리즘
- 모션비트
- Flutter
- Vue.js
- pintos
- 스택
- 크래프톤 정글
- Java
- 크래프톤정글
- 소켓
- 자바스크립트
- CSS
- corou
- 큐
- 나만무
- 리액트
- 4기
- JavaScript
- HTML
- 시스템콜
- userprog
Archives
- Today
- Total
목록Parsing error (1)
미새문지
Parsing error: No Babel config file detected for "경로". Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.eslint 에러 해결
어제도 에러해결하고 정상작동하는 걸 확인했는데, 오늘은 갑자기 파싱 에러가 떴다.다행히 이건 바벨 세팅이 안되어있어 에러가 발생한다고 하는 문제였기 때문에 구글링하여 파일 세팅을 해줬다. 참고 블로그 : https://velog.io/@sujeong1517/Vue3-Parsing-error-No-Babel-config-file-detected-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0 본인 에러는 .eslintrc.js와 .eslintrc.json, vue.config.js를 세팅해줬더니 해결되었다. .eslintrc.jsmodule.exports = { root: true, env: { node: true, }, extends: ["plugin:vue/vue3-e..
vue.js
2024. 7. 4. 21:31