cleanup command removes common generated Nuxt files and caches, including:
.nuxt.outputnode_modules/.vitenode_modules/.cache
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove common generated Nuxt files and caches.
npx nuxt cleanup [ROOTDIR] [--cwd=<directory>]
cleanup command removes common generated Nuxt files and caches, including:
.nuxt.outputnode_modules/.vitenode_modules/.cache| Argument | Description |
|---|---|
ROOTDIR="." | Specifies the working directory (default: .) |
| Option | Default | Description |
|---|---|---|
--cwd=<directory> | Specify the working directory, this takes precedence over ROOTDIR (default: .) |