I recently upgraded some projects that to Nuxt4 using compatibilityVersion: 4. Everything works great, but I notice that npx nuxi cleanup does not clear any Nuxt files (like the .nuxt file) when running this command.
Perhaps I am doing this wrong, but even in a minimal v4 environment like the example above, the cleanup command does not seem to work properly.
Additional context
After further testing, the node_modules cache data clears correctly. However, the .nuxt file does not.
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-tqwwsx
Describe the bug
Hey Nuxt Team!
I recently upgraded some projects that to Nuxt4 using
compatibilityVersion: 4
. Everything works great, but I notice thatnpx nuxi cleanup
does not clear any Nuxt files (like the.nuxt
file) when running this command.Perhaps I am doing this wrong, but even in a minimal v4 environment like the example above, the cleanup command does not seem to work properly.
Additional context
After further testing, the
node_modules
cache data clears correctly. However, the.nuxt
file does not.Logs
No response