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?
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
