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 |
Tags
- 코드업
- 프로그래머스
- C++
- web
- 기초100제
- 알고리즘
- 자료구조
- Operating System
- 파이썬
- OS
- memory
- 스프링
- error
- js to ts
- 타입스크립트
- Spring
- Redux
- react-redux
- 협업
- codeup
- 분할메모리할당
- react
- 백준
- 일상
- Java
- 토이프로젝트
- 리덕스장바구니
- CPU 스케줄링
- 정렬
- 공부
Archives
- Today
- Total
감자튀김 공장🍟
[Node.js] Cannot read property 'match' of undefined 에러 해결 본문
Study/React
[Node.js] Cannot read property 'match' of undefined 에러 해결
Potato potage 2021. 5. 16. 18:01반응형
프로젝트를 git에서 clone하고 npm install을 했더니
npm ERR! Cannot read property 'match' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! C:\파일 경로-debug.log'
이런 에러가 떠서 npm install, npm upgrade, npm install upgrade도 계속 같은 에러가 났다.
그래서 일단
1. package-lock.json 제거
2. node-modules 제거
3. npm install
실행했다.
나는 node-modules 만들기 전부터 에러가 생긴거여서 1번 -> 3번으로 실행했더니 install이 잘 됐다.
반응형
'Study > React' 카테고리의 다른 글
[React & Styled-components] web-font 적용 (0) | 2021.06.01 |
---|---|
[React & recharts] axios 연동해 recharts에 데이터 넣기 (0) | 2021.05.21 |
[React] Redux 장바구니 수량 변경2 (최종) (0) | 2021.03.29 |
[React] Redux 장바구니 수량 변경1 (최종) (0) | 2021.03.29 |
[React&antd] Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>. (0) | 2021.03.02 |
Comments