docusaurus-search-local icon indicating copy to clipboard operation
docusaurus-search-local copied to clipboard

`Module not found: Error: Can't resolve '@theme/SearchPage'`

Open LazyGeniusMan opened this issue 3 years ago • 3 comments

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.

LazyGeniusMan avatar Aug 15 '22 01:08 LazyGeniusMan

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.

troypoulter avatar Aug 26 '22 04:08 troypoulter

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.

chreniuc avatar Sep 03 '22 14:09 chreniuc

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 👍

avezqureshi14 avatar Jan 09 '24 02:01 avezqureshi14