-
Notifications
You must be signed in to change notification settings - Fork 94
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
Cannot mix different versions of joi schemas #31
Comments
Um, yes, we should upgrade the joi dependency now. This plugin is trying to keep |
@rafaelrdealmeida try v0.14.1 which supports docusaurus v2.0.0-alpha.68 ☕️ |
Hello it worked perfectly, thanks! |
I'm seeing this issue again with these versions 😟 "@docusaurus/core": "^2.0.0-alpha.71",
"@docusaurus/preset-classic": "^2.0.0-alpha.71",
"@easyops-cn/docusaurus-search-local": "^0.15.0", |
@eric-hc oops, there is currently a workaround to fix this error, run I will try to figure out a better solution to solve this issue later this week. |
Let's wait Docusaurus alpha 73 ☕️ . FYI facebook/docusaurus#4456 (comment) |
BREAKING CHANGE: requires docusaurus ^2.0.0-alpha.73 fixes #31
Try v0.16.0 with Docusaurus alpha 73. |
|
For someone who encounters this issue. Just delete your |
Removing Having a monorepo, different services installed different versions of joi, which caused the issue |
This is happening again i believe with the new Docusaurus beta.
|
I upgraded docusaurus alpha.66 to alpha.68 and I had a version conflict with joi. @ hapi/joi is in version 17.1.1 and joi is in version 17.3.0. wouldn't it be worth leaving joi@17.3.0 as a dependency instead of @ hapi/joi@17.1.1?
The text was updated successfully, but these errors were encountered: