nuxt-meilisearch
nuxt-meilisearch copied to clipboard
Cannot use VueInstantSearch components with pnpm
Hi @xlanex6 👋
I made a simple example component using the module and ran into an error: it's not possible to use InstantSearch components when installing dependencies with pnpm install.
If we want the VueInstantSearch components to be available, we need to install the dependencies with pnpm install --shamefully-hoist
I don't know if this can be fixed? In the meantime, we might want to update the docs to explain this caveat.
Cheers!