Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install 및 apk 추출 종속성 문제 #171

Open
x-hwan opened this issue Jan 17, 2023 · 3 comments
Open

install 및 apk 추출 종속성 문제 #171

x-hwan opened this issue Jan 17, 2023 · 3 comments

Comments

@x-hwan
Copy link

x-hwan commented Jan 17, 2023

Version of react-native-naver-map libraries

0.0.66

Version of react-native

0.70.4

Platforms you faced the error (IOS or Android or both?)

Android

Expected behavior

npm install, apk 추출

Actual behavior

  1. npm install react-native-nmap시 종속성 문제 발생
  2. --force로 강제 설치 후 정상 작동했으나 apk 추출할때 종속성 문제가 발생해서 에러가남
  3. 근본적으로 해결할 수 있는 방법이 있을까요?

Tested environment (Emulator? Real Device?)

에뮬레이터 : Pixel 2 API 29
실기기 : LG G4

Screen Shot

npm install react-native-nmap시 발생 에러
image

apk 추출 시 에러
image

@ryujw7
Copy link

ryujw7 commented Jan 17, 2023

해당 문제는 저같은 경우 npm install react-native-nmap --legacy-peer-deps 라는 옵션을 추가하여 모듈 설치를 하여 피어 디펜던시 차이문제를 해결했습니다.

@x-hwan
Copy link
Author

x-hwan commented Jan 17, 2023

해당 문제는 저같은 경우 npm install react-native-nmap --legacy-peer-deps 라는 옵션을 추가하여 모듈 설치를 하여 피어 디펜던시 차이문제를 해결했습니다.

--force와 같이 설치하여 작동하는데 문제는 없으나 apk 추출시 본문에 나온 두번째 사진처럼 같은 에러가 발생하네요..

@ryujw7
Copy link

ryujw7 commented Jan 17, 2023

근본적인 해결책인지는 모르겠지만 yarn을 사용하시거나 이 패키지의 피어 디펜던시가 수정되는 방법밖에는 없는 것 같습니다.
https://www.korecmblog.com/ERESOLVE-unable-to-resolve-dependency-tree/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants