mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #220] Module not found: Can't resolve 'yjs' #313
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @batrdn on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/220
Am I the only one having this issue? I've just installed
maily-to/coreand getting this error, which seems to be coming fromy-prosemirrorlibrary@arikchakma commented on GitHub (Sep 16, 2025):
How come, I am using this in production.
Can you show me the whole error? Maybe clean the node_modules and install again.
@batrdn commented on GitHub (Sep 16, 2025):
I'm using next@13.5.9, node v22 with yarn@1.22
@arikchakma commented on GitHub (Sep 16, 2025):
It would be really helpful if you would provide a minimal reproduction.
@batrdn commented on GitHub (Sep 16, 2025):
I'm just importing
import {Editor} from "@maily-to/core", and using the editor without any props.@arikchakma commented on GitHub (Sep 16, 2025):
I haven’t been able to reproduce the issue myself, and we’re also running it in production without seeing the problem. If you could prepare a minimal reproduction, I’d be happy to debug it further.
@ennioVisco commented on GitHub (Jan 8, 2026):
@batrdn you are using a version of Yarn that was released 6 years ago (latest maintenance patch 2 years ago).
I'd recommend switching to a newer package manager and see if that solves the problem