기록이 힘이다.

Module not found: Error: Package path . is not exported from package C:\companyproject\frontend\node_modules\firebase 본문

React

Module not found: Error: Package path . is not exported from package C:\companyproject\frontend\node_modules\firebase

dev22 2023. 2. 8. 15:36
728x90

https://stackoverflow.com/questions/69021355/firebase-web-9-0-1-error-package-path-is-not-exported

 

Firebase web 9.0.1 error Package path . is not exported

I've installed firebase@9.0.1, using yarn. The package seems working fine but it gives an error just after running yarn install as given. Module not found: Error: Package path . is not exported from

stackoverflow.com

Module not found: Error: Package path . is not exported from package C:\companyproject\frontend\node_modules\firebase 

 

아래와 같이 수정을 해주니 오류가 해결되었다. 

depth의 문제 였던 것 같다. 내가 구성해둔 것과 달라서 merge 시에 오류가 터졌었는데 잘 살펴봐야할 것 같다... 

소스를 제대로 확인하고 꼼꼼하게 체크하도록 하자!!

 

같은 이름의 파일을 설정해두는 것은 좋은 방법이 아닌 것 같긴 하다..