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

Issue installing react-mde

Open kevinduliepre opened this issue 2 years ago • 5 comments

Hello, when I try to install react-mde, it gives me this error

npm ERR! node_modules/react-mde npm ERR! react-mde@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\Nivek\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Nivek\AppData\Local\npm-cache_logs\2022-05-28T00_52_27_890Z-debug-0.log

kevinduliepre avatar May 28 '22 00:05 kevinduliepre

Have you tried --force?

AuboIoT avatar May 30 '22 14:05 AuboIoT

I tried it with --force and it works, thanks. By the way, how can I get access to the css if I want to change the style(if allowed of course)

kevinduliepre avatar May 31 '22 14:05 kevinduliepre

I closed it by mistake

kevinduliepre avatar May 31 '22 14:05 kevinduliepre

You can also use Kmvan's forked repository from this project, that version works with npm: https://github.com/kmvan/fc-mde

luiserdef avatar Jul 20 '22 02:07 luiserdef

I'm really sorry I don't have enough time to dedicate to this library :( This problem is probably related to react-mde 11 depending on React 17. This dependency has been removed on version 12 but I couldnt finish a production version of it yet

andrerpena avatar Aug 15 '22 22:08 andrerpena