본문 바로가기

오류처리/react 오류처리

npm ERR! Cannot read properties of null (reading 'edgesOut')

styled-components install 시 상단과 같은 에러가 뜸 

 => npm 최신버전으로 설치> npm 캐쉬 삭제 > node_modules , package-lock.json 삭제후 재 설치  

해도 동일 에러가 뜸 

=> npm i styled-components --force 

해도 동일 에러가 뜸 

=> npm i styled-components --legacy-peer-deps 

해결 (이유는 모르겠음 .. ㅠㅠ)