Open roma-228 opened 1 week ago
Try adding the following to your package.json
file as a workaround, but I expect it won't be necessary for very long.
"overrides": {
"@cmfcfm/docusaurus-search-local": {
"@docusaurus/core": "^3.1.1",
"cheerio": "1.0.0-rc.12"
}
}
This builds just fine for me on Docusaurus 3.6.1
Please describe the bug you are seeing
I want to upgrade my site from version 3.0.0 to the latest version 3.6.0 But I am getting an error My site builds successfully on version 3.4.0
My package.json
How can we best reproduce the bug?
On version 3.4.0 and below everything works and on higher versions I get the problem including 3.5.2 and 3.6.0
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
Which Node.js version are you using?
20.9
Which theme are you using?
No, I am using a custom theme
How does your plugin config look like?
No response
Additional context
No response