npm ERR! Cannot read properties of null (reading 'edgesOut')
230626 Styled-Components를 인스톨하던중...
문제 상황
CSS 연습을 하면서 Styled-Components를 설치하는데 에러가 발생했다. 어라라?!
문제 원인
원인은 npm i styled-components 로 설치하는 버전이 아직 안정된 버전이 아니었기 때문이다.


문제 해결
깃허브 행님덜의 조언에 따라 5.x.x 버전을 설치하고 에러를 해결했다.
Last updated
Was this helpful?