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

Unable to resolve "lodash/fp/merge" from "node_modules/react-redux-firebase/lib/createFirebaseInstance.js" #293

Open
georgeMorales opened this issue Jul 8, 2020 · 3 comments

Comments

@georgeMorales
Copy link

Unable to resolve "lodash/fp/merge" from "node_modules/react-redux-firebase/lib/createFirebaseInstance.js"
I get this error
"redux-firestore": "^ 0.10.0", is the one I used, I have updated to the latest version and the same problem
React Native Expo sdk 38

@prescottprue
Copy link
Owner

Not sure what this would be coming from as lodash/fp should available along with lodash which is a dependency.

Are you using yarn or npm? Guessing you have already cleared and reinstalled node_modules?

@georgeMorales
Copy link
Author

I have used yarn and npm, I have cleared node-modules and reset cache. I also get the same problem with your other react-redux-firebase library.
I will continue trying to see if I find the solution. Thank you!

@prescottprue
Copy link
Owner

@georgeMorales I wonder which version of the module is being loaded between the UMD/commonjs/es versions?

Have you tried adding lodash as a dependency directly to your project?

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