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
- Baekjoon
- 자바스크립트 연결리스트
- 자바스크립트 알고리즘
- 자바스크립트 문제풀이
- 자바스크립트 문제
- 프론트엔드
- next13
- 타입스크립트
- 알고리즘문제풀이
- 리액트쿼리
- 제로베이스
- 리액트
- leetcode문제풀이
- JavaScript
- react
- NPM
- CSS
- lodash
- 자바스크립트 알고리즘 문제
- leetcode
- 자바스크립트 문제 풀이
- Next.js13
- 자바스크립트코딩테스트
- til
- Next
- JS
- stack문제
- HTML
- 프로그래머스
- 자바스크립트
Archives
- Today
- Total
목록Rebuild (1)
코드노트

Parcel 번들러를 사용하면서 이번에 처음 만난 에러이다. 평소와 같이 git에서 clone을 했고 똑같이 번들러를 설치 후 autoprefixer를 설정하면서 버전을 변경했다. prostcss와 버전 호환문제가 있어서 버전을 다시 변경하고 시작했는데 똑같이 Error: Could not locate the bindings file. Tried: 이 Error코드를 만나게 되었다. https://github.com/nodejs/node-gyp/issues/1511 Error: Could not locate the bindings file · Issue #1511 · nodejs/node-gyp Facing the below issue while running the node in VSC: Node Ve..
Code note/Error문제해결
2023. 1. 29. 23:18