nuxt-meilisearch icon indicating copy to clipboard operation
nuxt-meilisearch copied to clipboard

Cannot use VueInstantSearch components with pnpm

Open Strift opened this issue 2 years ago • 0 comments

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!

Strift avatar Mar 25 '24 18:03 Strift