Closed mnik01 closed 8 months ago
Hi @mnik01. I'm not using pnpm myself. Can you help me understand what needs to be done to improve pnpm users' experience with this library?
Actually, I think it's not a problem with pnpm
but maybe with Cloudflare CI 🤔
No sure. But npx pagefind
didn't work until I installed pagefind
as a dev Deps in project.
Then after that, npx
was able to resolve pagefind
.
If this situation not reproduced for any one — I guess, I can close this issue.
I faced issue that my project failed in build because command
npx pagefind
falled on cloudflare CI for some reason. Then I madepnpm add pagefind
and it worked.Maybe we should install it along with
astro-pagefind
? And update installation guide accordingly