On this page
deno clean
Command line usage
deno clean [OPTIONS] [except-paths]...Remove the cache directory ($DENO_DIR)
Options Jump to heading
--dry-run Jump to heading
Show what would be removed without performing any actions.
--except Jump to heading
Short flag: -e
Retain cache data needed by the given files.
Dependency management options Jump to heading
--node-modules-dir Jump to heading
Sets the node modules management mode for npm packages.
--vendor Jump to heading
Toggles local vendor folder usage for remote modules and a node_modules folder for npm packages.