prosemirror-utils icon indicating copy to clipboard operation
prosemirror-utils copied to clipboard

npm warning

Open holtwick opened this issue 5 years ago • 0 comments

npm issues 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.

Related to: https://github.com/atlassian/prosemirror-utils/blob/64b258de4cfb28a1f34bfc66791db8520984d5e1/package.json#L67

prosemirror-tables is on 1.0.0. Maybe cahnging to:

 "prosemirror-tables": ">=0.9.1",

makes sense?

holtwick avatar Mar 10 '20 10:03 holtwick