mikaelbr / marked-terminal

A Renderer for the marked project. Allowing you to render Markdown to print to your Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peer dependency issue with `marked`

sandro-pasquali opened this issue · comments

marked has updated to 11. marked-terminal requires marked < 11, causing an install conflict.

npm WARN Found: marked@10.0.0
npm WARN node_modules/marked
npm WARN   peer marked@">=1 <11" from marked-terminal@6.1.0
npm WARN   node_modules/marked-terminal
npm WARN     marked-terminal@"^6.1.0" from the root project
npm WARN   1 more (the root project)
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer marked@">=1 <11" from marked-terminal@6.1.0
npm WARN node_modules/marked-terminal
npm WARN   marked-terminal@"^6.1.0" from the root project

Released fix

marked-terminal@6.2.0