跳至主要内容

deno remove

命令行用法

deno remove [OPTIONS] [packages]...

从配置文件中删除依赖项。

deno remove @std/path

您可以一次删除多个依赖项

deno remove @std/path @std/assert