Hi, everyone! I just got started with the integrat...
# community-help
a
Hi, everyone! I just got started with the integration of TypeSense with a Docusaurus website, @Jason Bosco provided amazing guidance, thanks for that 🙂 ! When trying to run the scraper, I got this error: Any ideas on how to fix it?
j
Ah, looks like
cat
might not available on Windows command prompt... Would you be able to run this via WSL terminal?
👍 1
Or looks like the equivalent command in Windows is `type`: https://stackoverflow.com/a/60254/123545 So could you try replacing
cat
with
type
a
It ran it in the WSL terminal and it worked (I think!). The output doesn't have any errors, so I assume it's ok. Thanks!
🙌 1
I am running into a different error when trying to install the theme for Docusaurus. Any idea if this is related to the versioning of the website? As far as I am aware, I only have one version 🤔
j
Yeah it's related to Docusaurus versions. I'd recommend using the latest docusaurus version along with 0.4.0 version of the theme
a
Thanks, Jason, I will look into that!