본문 바로가기

React-Native

While trying to resolve module 'idb' from file….this package itself specifies a `main` module field that could not be resolved=>firebase 설치시 오류

반응형

파이어베이스 설치 시 나타나는 오류이다

 

npm uninstall firebase

npm install firebase@9.6.11

 

버전을 9.6.11 버전으로 재설치해주면 문제가 사라짐

LIST

'React-Native' 카테고리의 다른 글

[solved]undefined is not an object(evaluating 'navigation.navigate')  (0) 2022.08.31
React-native ScrollView 사용법  (0) 2022.08.27
React-native 필수 navigation  (0) 2022.08.09
Firebase remove  (0) 2022.08.05
Javascript map함수  (0) 2022.07.30