redux-firestore icon indicating copy to clipboard operation
redux-firestore copied to clipboard

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

Open georgeMorales opened this issue 4 years ago • 3 comments

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

georgeMorales avatar Jul 08 '20 13:07 georgeMorales

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?

prescottprue avatar Jul 08 '20 16:07 prescottprue

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!

georgeMorales avatar Jul 08 '20 16:07 georgeMorales

@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?

prescottprue avatar Jul 09 '20 16:07 prescottprue