showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript

Home Page:http://www.showdownjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues installing this package with React version >= 17

SXV357 opened this issue · comments

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?

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