Hello everyone, how are you?
I am using the latest version of Nuxt 4, but after updating, this error started happening.
I have already deleted and reinstalled the .nuxt folder, node_modules, and package-lock.json, and then ran npm install again, but it still doesn’t work.
I’m not sure what else to try. Does anyone have any ideas on how to fix this?
nuxi info
Nuxt project info (copied to clipboard) ─────────────────────────────────────────────────────────────────────╮
│ │ │
│ │ Operating system Windows 10.0.22631 │
│ │ CPU Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (8 cores) │
│ │ Node.js version v22.14.0 │
│ │ nuxt/cli version 3.32.0 │
│ │ Package manager npm 11.4.2 │
│ │ Nuxt version 4.3.0 │
│ │ Nitro version 2.13.1 │
│ │ Builder vite 7.3.1 │
│ │ Config compatibilityDate, css, devtools, features, modules, vite, vuetify │
│ │ Modules @pinia/nuxt 0.11.3, pinia-plugin-persistedstate/nuxt 4.7.1, vuetify-nuxt-module 0.19.3
----------
TypeError {
stack: 'Package import specifier "#app" is not defined in package
I believe it might be related to Pinia, but it is up to date according to the documentation.