react-cloudinary icon indicating copy to clipboard operation
react-cloudinary copied to clipboard

Dependency on lodash throwing errors

Open ryan-ajmadison opened this issue 7 years ago • 1 comments

My webpack is failing to compile and 'cloudinary-core' is throwing a bunch of errors regarding lodash:

ERROR in ./~/cloudinary-core/cloudinary-core.js Module not found: Error: Cannot resolve module 'lodash/isPlainObject' in /node_modules/cloudinary-core @ ./~/cloudinary-core/cloudinary-core.js 34:11-320

I've tried installing different versions of lodash and this package, but no dice.

My package.json currently: "lodash": "^3.10.1", "react-cloudinary": "^0.2.1",

ryan-ajmadison avatar Feb 22 '18 19:02 ryan-ajmadison

I work with @ryan-ajmadison and I was able to resolve this issue by updating lodash to latest (4.17 I believe).

curiousercreative avatar Mar 13 '18 23:03 curiousercreative