showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.1k stars 1.57k forks source link

Issues installing this package with React version >= 17 #983

Closed SXV357 closed 1 year ago

SXV357 commented 1 year ago

Every time I try installing showdown, I have to resort to using --force or --legacy-peer-deps and because of that I'm unable to deploy my project. Is there a specific version that works with react 17 or 18 so I can try using that instead?

SXV357 commented 1 year ago

I figured out how to solve this issue. It was just a matter of updating my react version.