Tiptap: peer dependency prosemirror-tables warning

Created on 26 Dec 2019  Â·  6Comments  Â·  Source: ueberdosis/tiptap

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?

bug

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 !

All 6 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bernhardh picture bernhardh  Â·  3Comments

Auxxxxlx picture Auxxxxlx  Â·  3Comments

unikitty37 picture unikitty37  Â·  3Comments

pk-pressf1 picture pk-pressf1  Â·  3Comments

jameswragg picture jameswragg  Â·  3Comments