instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

Unable to run Module/lodash/isEqual not found #59

Open eddievagabond opened 7 years ago

eddievagabond commented 7 years ago

I am aware that this is a known issue. Can someone tell me which version to roll back to so I will not encounter this error if a fix is not yet available? Also, if it has a specific version requirement on tiny-mce, that would help as well. Thank you for the help.

glenpike commented 7 years ago

We were using ^ as opposed to ~ which pulled the latest release. We've fixed on ~0.4.0 which doesn't seem to have Lodash upgrade. You'll need to pull the latest master probably because 0.5.1 release is behind the fix #56

See https://docs.npmjs.com/files/package.json#git-urls-as-dependencies for specifying a commit / branch as a dependency rather than a released version.