`Module not found: Error: Can't resolve '@theme/SearchPage'`
Docusaurus and plugin version from package.json:
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
"@easyops-cn/docusaurus-search-local": "^0.31.0",
NodeJS version: v18.7.0
Saw similiar issue with this error in https://github.com/easyops-cn/docusaurus-search-local#trouble-shooting but different module.
I had the same issue with exact same package versions.
All I needed to do was restart the local docs server and appears to work fine now.
I had the same issue with exact same package versions.
All I needed to do was restart the local docs server and appears to work fine now.
I can confirm that this worked for me.
I had the same issue with exact same package versions. All I needed to do was restart the local docs server and appears to work fine now.
I can confirm that this worked for me.
Yeah it worked for me too 👍