When installing with npm, throws the following warning:
npm WARN [email protected] requires a peer of prosemirror-tables@^0.9.1
but none is installed. You must install peer dependencies yourself.
Do I need to install prosemirror-tables@^0.9.1 as waring?or just a bug?
I have the same problem
This happens for [email protected] as well. Example output (truncated)
├─┬ [email protected]
└─┬ [email protected]
├── UNMET PEER DEPENDENCY [email protected]
npm WARN [email protected] requires a peer of prosemirror-tables@^0.9.1 but none was installed.
There is an open issue (Update prosemirror-tables to 1.0.0) at prosemirror-utils to address this problem.
Corrected in [email protected], [email protected]
https://github.com/scrumpy/tiptap/issues/305#issuecomment-607412176 (also applies to npm install)
I'm still getting this warning on [email protected] (with [email protected]). Is there something we need to do, or is this something prosemirror needs to worry about?
Same issue as @waaronking here tiptap is looking for prosemirror-tables@^0.9.1
I must add that it broke my app and if I manually add prosemirror, I have "Duplicate use of selection JSON ID cell"
Hope it’ll be fixed soon !
There is nothing we can do about that, prosemirror-utils needs to upgrade the prosemirror-tables dependency. Here is the related PR over there:
https://github.com/atlassian/prosemirror-utils/pull/93
Most helpful comment
Same issue as @waaronking here tiptap is looking for prosemirror-tables@^0.9.1
I must add that it broke my app and if I manually add prosemirror, I have "Duplicate use of selection JSON ID cell"
Hope it’ll be fixed soon !