-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error: Cannot find module '@tiptap/pm/state' #88
Comments
Adding |
This probably happened because TipTap went out of beta and their packages installed multiple versions of themselves... I suggest moving their other packages to
|
Thanks for the recommendation @dziraf ! |
Do we have any plan for the next release include a updated package.json? For some need a workaround fix, just add a resolution to your package.json
|
Maybe I'm responding too late, but to add to the discussion: I noticed that the error only happens when I install the dependencies with Yarn. With NPM it works just fine |
We have a dependabot alert for the package
Flat
and to update this package, we need to update adminjs to at least 6.7.6. We are upgrading from 5.0.0 and this was not an issue with that version.When attempting to start the project, we get the following error:
Also note that after deleting the node_modules folder and running yarn I see the following warnings output:
yarn.lock entries for adminJs:
package.json deps and dev-deps:
there isn't much else in the package.json file, scripts and the standards (name, version, author...)
I've updated adminJs all the way to the last versions before the v7.0.0 betas start. I cannot update to 7 as it requires a node version bump that we are unable to do ATM. I get the same error across the board.
Please advice on how best to address this? It is required that we get the Flat package updated and cannot do so.
Note: This seems related to ueberdosis/tiptap#3689
The text was updated successfully, but these errors were encountered: