Open rclarkem opened 3 years ago
In my case --legacy-peer-deps works, but still i'd like to avoid that in my project. Has there been any update for this issue?
@tyzion I ended up just working with the --force
command for this project. When I used it in another project, I was using an older version of react v16* (not sure if that matters?) and didn't have any issues but I did have to use the --legacy-peer-deps
.
@rclarkem I just checked, you're right, i install some packages with --legacy-peer-deps
, but not react-draft-wysiwyg
There's no react-draft-wysiwyg inside my package.json
I tried using the --legacy-peer-deps as well and that didn't work.
This is my package.json with it currently installed after using the
--force
cmd