nuxt-modules / algolia

🔎 Algolia module for Nuxt
https://algolia.nuxtjs.org/
MIT License
185 stars 32 forks source link

Failed to resolve import "docsearch" #185

Closed Lehoczky closed 9 months ago

Lehoczky commented 9 months ago

Version

@nuxtjs/algolia: 1.10.0 nuxt: 3.8.0

Description

When using the AlgoliaDocSearch component, the following error occurs: Failed to resolve import "docsearch"

It looks like consumers of the module cannot resolve the declaration file at node_modules/@docsearch/js/dist/esm/docsearch.d.ts, which we import from here: AlgoliaDocSearch.vue#L10. Other imports have no problem:

image