The Reason of this Error 'babel-eslint' has deprecated and it causes this error. All you have to do is changing parser from deprecated 'babel-eslint' to '@babel/eslint-parser' Error Solution 1. Open your react file using IDE(For me, VSCode) 2. Find node_modules Directory and you can find eslint-config-react-app / base.js in this directory. 3. You should change parser in module.exports from babel..
이 에러를 포스팅 하는 이유 React를 사용하는 경우 초심자가 자주 마주치는 에러 중 하나로, CSS 파일이나 Package.json 파일에 새로고침을 해주면 순간적으로 없어지긴 하지만, 매번 yarn start를 할 때마다 발생하다보니, 해결하지 않으면 매우 귀찮은 에러이기 때문에 해결하는 방법을 기록해보려고 한다. 이 에러의 원인은? 해당 에러는 babel-eslint가 deprecated 되었기 때문에 사용할 수 없어 발생하는 문제이다. 그래서 이 에러를 해결하려면 babel-eslint를 @babel/eslint-parser로 변경해주면 된다. 이 에러의 해결 방법은? 1. VSCode 또는 사용하는 IDE로 에러가 발생하는 리엑트 파일을 엽니다. 2. node_modules 디렉토리(폴더) 안..
If you want to copy other person's repository and move into your own github repository, follow this command in your terminal 1. git clone repository-address-you-want-to-get.git 2. cd repository-address-you-want-to-get 3. git remote set-url --push origin repository-your-own.git 4. git push --mirror For example, if i want to copy repository from 'https://github.com/ljykevin3882/Tayong' (FROM) And ..
협업 레포지토리의 commit 내역을 유지하면서 내 Github 저장소로 가져오기 1. git clone --mirror old-repository.git(옮기고 싶은 git주소) 2. cd old-repository 3. git remote set-url --push origin new-repository.git(새로운 git주소) 4. git push --mirror 만약, 가져오고 싶은 레포지토리의 주소가 'https://github.com/ljykevin3882/Tayong' (FROM) 라고 해보겠습니다 그리고 제가 가져올 레포지토리를 제 Github에 만든 후, 가져올 레포지토리 주소를 https://github.com/YEOMJINSEOP/Tayong (TO)라고 가정해보겠습니다. 터미널을 ..
2-3-4 트리란? 탐색트리 중 하나로, 이진 트리가 아니다. 즉, 자식 노드가 2개보다 많을 수 있다. 특징으로 1. 이름처럼 자식 노드의 개수는 2개 또는 3개 또는 4개를 가질 수 있다. (즉, 최소 2개 ~ 최대 4개) 2. 모든 leaf 노드가 같은 level에 존재한다. 3. 삽입 시, leaf 노드에 삽입한다. 삽입 추가할 key가 root부터 leaf 노드까지 내려가면서, 4-노드이면 split하면서 내려간다. split할 때 중간 값은 부모 노드로 무조건 올라갈 수 있는데, 그 이유는 key가 내려오면서 4-노드인 경우 split을 이미 해놨기 때문이다. split하는데 O(1)이 걸리고, 최악의 경우 leaf노드까지 내려가면서 매번 split 해야하므로(log n번), 삽입 시의 시간복..
- Total
- Today
- Yesterday
- 에러
- 알고리즘
- JavaScript
- CSS
- github
- BOJ
- error
- git
- Browser
- 파이썬
- DOM
- Component
- mdn
- zustand
- DB
- 자료구조
- 자바스크립트
- Python
- 함수
- 정렬
- Context API
- 브라우저
- leetcode
- 데이터베이스
- state
- React Query
- react
- useState
- 리액트
- 그래프
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |