ueberdosis / tiptap

The headless rich text editor framework for web artisans.
https://tiptap.dev
MIT License
26.34k stars 2.22k forks source link

[Bug]: Unmet peer dependency @tiptap/core when using @tiptap/starter-kit #3922

Open dd-jonas opened 1 year ago

dd-jonas commented 1 year ago

Which packages did you experience the bug in?

react, pm, extension-link, extension-placeholder, extension-underline, extension-bubble-menu, extension-floating-menu

What Tiptap version are you using?

2.0.1

What’s the bug you are facing?

Yarn shows a warning about unmet peer dependency @tiptap-core, which should not happen as @tiptap/starter-kit already defines it as a dependency.

What browser are you using?

Chrome

Code example

No response

What did you expect to happen?

No warnings when @tiptap/starter-kit is included

Anything to add? (optional)

No response

Did you update your dependencies?

Are you sponsoring us?

svenadlung commented 1 year ago

I can confirm the warnings. These peer dependencies and the different handling of the package managers still drive me crazy.

Although Yarn spits out warnings here, the core package installs correctly.

jun-regcentric commented 7 months ago

Any update on this?