-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of the box experience leads to "Error: No target found" #5
Comments
It looks like pagefind cannot find a binary file for your computer. Please, run |
|
Ah, looks like it's related to the Mac M1 (arm) architecture. |
Ok, understood. If it works fine, I'll change the plugin to download the same binary for all macOS. |
It looks like the npm package returns the same binary for all darwin architectures: https://github.com/CloudCannon/pagefind/blob/84d5941afeaf4e3bfc85cb369a762f01b931c5c0/wrappers/node/lib/postinstall.js#L39 |
If you follow the steps in the README:
deno task serve
The 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.The text was updated successfully, but these errors were encountered: