-
[ Error ] Styled-Components install errorError 2023. 5. 8. 22:04
Error Message : npm ERR! Cannot read properties of null (reading 'edgesOut')
Solution
- For projects using JS/JSX(JavaScript)
npm i -D styled-components@5.3.10
- For projects using TS/TSX(TypeScript)
npm i -D styled-components@5.3.10 @types/styled-components
평소처럼 Styled-Components install하는 과정에서 에러가 발생했다.
구글 검색을 해보니 따끈따끈한 관련 Issue 게시글이 있어서 잘 해결할 수 있었다.
참고 링크 : https://github.com/styled-components/styled-components/issues/3998
'Error' 카테고리의 다른 글
[ Error ] The Edge Function "middleware" is referencing unsupported modules: (0) 2023.09.01 [ Error ] Typescript image import error (0) 2023.05.01