You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using yarn v2 (berry) you get error when using tiptap-extensions package.
Steps to Reproduce / Codesandbox Example
Steps to reproduce the behavior:
Use yarn v2 as your package manager
Add tiptap-extensions package
Try building project (I'm using webpack)
See error:
Module not found: Error: A package is trying to access another package without the second one being listed as a dependency of the first one
Required package: tiptap-utils (via "tiptap-utils")
Required by: tiptap-extensions
Expected behavior
No errors should be produced.
Environment
OS: Windows
Package manager: yarn v2 (berry)
Additional context
Yarn v2 is now much stricter about dependencies and does not allow for package to access another package if it is not specified in package.json
The text was updated successfully, but these errors were encountered:
Describe the bug
When using yarn v2 (berry) you get error when using
tiptap-extensions
package.Steps to Reproduce / Codesandbox Example
Steps to reproduce the behavior:
Expected behavior
No errors should be produced.
Environment
Additional context
Yarn v2 is now much stricter about dependencies and does not allow for package to access another package if it is not specified in package.json
The text was updated successfully, but these errors were encountered: