React Native-Storybook_styled-components 설치 에러

gimsoari·2023년 2월 6일
0

오류노트

목록 보기
9/9

1) 오류 상황

React native - storybook 프로젝트에 styled-components 설치 중 오류 발생.

2) 오류 문구

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: aws@1.0.0
npm ERR! Found: react@18.1.0
npm ERR! node_modules/react
npm ERR!   react@"18.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^18.2.0" from react-dom@18.2.0
npm ERR! node_modules/react-dom
npm ERR!   react-dom@"^18.2.0" from the root project

3) 해결 시도

캐시 삭제도 해봤지만 되지 않았고
npm install --save styled-components 뒤에
--save --legacy-peer-deps 붙여서 설치 성공

3-1) 참고 링크

4) 결과

profile
[...김가네 솔이는 코딩을 합니다.]

0개의 댓글