Closed daraclare closed 4 years ago
Hi @daraclare, I can't reproduce this issue :/ I tried the following and it worked:
npx @docusaurus/init@next init my-website classic
cd my-website
yarn add @cmfcmf/docusaurus-search-local
I'm not sure whether the problem is an issue with this plugin or rather an issue with Yarn. A google search suggests that running yarn --update-checksums
might fix the problem: https://github.com/yarnpkg/yarn/issues/6407#issuecomment-536107853
Apologies, it seems to be an issue with something locally 🙈 I've started my docusaurus-init again and it works, sorry, I should have looked into it more before creating an issue!
Hi, thanks for a really useful plugin, I'm trying to use it in a new Docusaurus v2 project, but I get this bug when running
yarn add @cmfcmf/docusaurus-search-local
Also, my
docusaurus.config.js
file has no plugin property, so I added one, I'm hoping that won't cause an issue.