Skip to content
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

Починить зависимости на prosemirror библиотеки #543

Open
mordvinx opened this issue Dec 27, 2024 · 0 comments

Comments

@mordvinx
Copy link

В текущей реализации, если позволить npm разрешать зависимости самостоятельно, некоторые библиотеки устанавливаются повторно в разных версиях (prosemirror-view, prosemirror-model).

Из-за этого редактор не работает, я получаю краш в точности как в этой ишью

Пожалуйста, обновите зависимости так, чтобы библиотеки устанавливались без дубликатов.

На данный момент временное решение для версии 14.8.0 это явно указать overrides в package.json

"overrides": {
    "prosemirror-view": "1.34.3",
    "prosemirror-model": "1.21.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant