인프런 커뮤니티 질문&답변

qdial214님의 프로필 이미지
qdial214

작성한 질문수

배달앱 클론코딩 [with React Native]

리덕스 연결하기

리덕스 설정 단계 - redux, flipper 설치 오류

작성

·

720

0

* 리덕스 연결하기 3:14
리덕스 설정을 위해 다음과 같은 명령어를 터미널에 입력하여 설치를 진행하면 아래 사진과 같은 에러가 뜨면서 설치가 진행되지 않습니다. 혹시 어떻게 해결해야 하는지 알려주실 수 있나요? 버전 문제 같은데 구글링해보아도 해결 방법이 나오지 않아 질문 남깁니다. 감사합니다.

npm i @reduxjs/toolkit react-redux redux-flipper

*사진이 깨져서 에러 내용이 안 보일까봐 텍스트로도 추가합니다.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: FoodDeliveryApp@0.0.1
npm ERR! Found: react@18.0.0
npm ERR! node_modules/react
npm ERR!   react@"18.0.0" from the root project
npm ERR!   peer react@"18.0.0" from react-native@0.69.1
npm ERR!   node_modules/react-native
npm ERR!     react-native@"0.69.1" from the root project
npm ERR!     peer react-native@">=0.63.0" from redux-flipper@2.0.2
npm ERR!     node_modules/redux-flipper
npm ERR!       redux-flipper@"*" from the root project
npm ERR!     1 more (react-native-flipper)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17.0.0" from react-native-flipper@0.153.0      
npm ERR! node_modules/react-native-flipper
npm ERR!   peer react-native-flipper@">=0.100.0" from redux-flipper@2.0.2       
npm ERR!   node_modules/redux-flipper
npm ERR!     redux-flipper@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution. 
npm ERR!
npm ERR! See C:\Users\USER\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\USER\AppData\Local\npm-cache\_logs\2022-07-11T11_42_09_665Z-debug-0.log

 

 

답변 1

1

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

명령어 뒤에 --force를 붙여서 설치하세요.

qdial214님의 프로필 이미지
qdial214
질문자

빠른 답변 감사드립니다!

qdial214님의 프로필 이미지
qdial214

작성한 질문수

질문하기