git clone 하여 가져온 주소를 npm start했을때 다음과 같은 오류가 뜬다면, node module폴더가 있는지 확인한후 package.lock.json을 삭제하고 npm i 로 다시 노드모듈을 깔아주면 정상적으로 작동한다 !
'오류처리 > react 오류처리' 카테고리의 다른 글
kakao login {"error":"unauthorized","error_description":"unauthorized - unregistered website domain"} (0) | 2021.08.31 |
---|---|
useSelector로 넘긴 데이터를 map,filter 적용가능하게 하기(filter에 async 먹이기) (0) | 2021.08.19 |
TypeError: 'x' is not iterable (0) | 2021.08.18 |
Can't resolve '@material-ui/core/Stack',Can't resolve '@material-ui/lab (0) | 2021.08.05 |
TypeError: Cannot read property 'map' of null (0) | 2021.08.02 |