0

I'm getting the following error when running my Nuxt application (version 3.16.0+):

[plugin:vite:import-analysis] Failed to resolve import "vuetify/lib/components/VExpansionPanel" from "components/ComLandingPage.vue". Does the file exist?

Failed to resolve import "vuetify/lib/components/VExpansionPanel" in Nuxt 3.16.0+

What's causing this import resolution error and how can I fix it? Is the import path for Vuetify components incorrect for Nuxt 3.16.0+?

What I've tried

I attempted to downgrade to Nuxt 3.8.2, which resolved the original import error but introduced a new warning:

WARN 'manifest-route-rule' middleware already exists

Environment

  • Nuxt versions tested: 3.16.0+ and 3.8.2
  • vuetify-nuxt-module version: 0.7.3
  • Node.js version: 22
2
  • What version of Vuetify? vuetify-nuxt-module, Nuxt, and Vuetify versions must all be compatible. See the Compatibility Matrix Commented May 9 at 19:58
  • I haven't installed the core Vuetify library. I only installed vuetify-nuxt-module version 0.18.3 and Nuxt 3.17.3 Commented May 13 at 3:29

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.