styled-components install 시 상단과 같은 에러가 뜸
=> npm 최신버전으로 설치> npm 캐쉬 삭제 > node_modules , package-lock.json 삭제후 재 설치
해도 동일 에러가 뜸
=> npm i styled-components --force
해도 동일 에러가 뜸
=> npm i styled-components --legacy-peer-deps
해결 (이유는 모르겠음 .. ㅠㅠ)
styled-components install 시 상단과 같은 에러가 뜸
=> npm 최신버전으로 설치> npm 캐쉬 삭제 > node_modules , package-lock.json 삭제후 재 설치
해도 동일 에러가 뜸
=> npm i styled-components --force
해도 동일 에러가 뜸
=> npm i styled-components --legacy-peer-deps
해결 (이유는 모르겠음 .. ㅠㅠ)