If you follow the steps in the README:
- Install Deno
- Clone this repo
- run
deno task serve
The system errors out with:
Error: No target found
at downloadBin (https://deno.land/x/dbin@v0.1.1/mod.ts:71:11)
at async downloadBinary (https://raw.githubusercontent.com/lumeland/experimental-plugins/main/pagefind/deps.ts:4:10)
at async (https://raw.githubusercontent.com/lumeland/experimental-plugins/main/pagefind/mod.ts:115:22)
at async Events.dispatchEvent (https://deno.land/x/lume@v1.11.3/core/events.ts:49:11)
at async Site.build (https://deno.land/x/lume@v1.11.3/core/site.ts:486:5)
at async build (https://deno.land/x/lume@v1.11.3/cli/build.ts:36:3)
at async Command.execute (https://deno.land/x/cliffy@v0.25.1/command/command.ts:1433:7)
at async (https://deno.land/x/lume@v1.11.3/cli.ts:182:3)
The docs suggest configuring _config.js, but I'm not sure what to adjust. This error appears related to pageFind, because if I remove that configuration then the serve works.
If you follow the steps in the README:
deno task serveThe system errors out with:
The docs suggest configuring
_config.js, but I'm not sure what to adjust. This error appears related topageFind, because if I remove that configuration then the serve works.