NuxtN
Nuxt10mo ago
8 replies
Reeed

[Nuxt UI 3] Cannot find module '#build/app.config' or its corresponding type declarations

I'm using Nuxt UI 3 in my vue(not nuxt) project. When I run
vite build
, the build will failed and gives me errors like
Cannot find module '#build/app.config' or its corresponding type declarations.
or
Cannot find module '#imports' or its corresponding type declarations.
. It seems like many ui components have these two imports but they can't be found in the
package.json
file or anywhere else. Does this have to do with nuxt not being installed or anything?
Was this page helpful?