On this page
deno remove
Command line usage
deno remove [OPTIONS] [packages]...
Remove dependencies from the configuration file.
deno remove @std/path
You can remove multiple dependencies at once:
deno remove @std/path @std/assert
Dependency management options Jump to heading
--frozen
Jump to heading
Error out if lockfile is out of date.
--lock
Jump to heading
Check the specified lock file. (If value is not provided, defaults to "./deno.lock").
--no-lock
Jump to heading
Disable auto discovery of the lock file.