返回命令列表

Linux command

bun-rm 命令

文本

Copy it and replace filenames, paths, or keywords as needed.

命令示例

Remove a package

bun rm [package]

Remove multiple packages

bun rm [package1] [package2]

Remove a global package

bun rm -g [package]

说明

bun rm is an alias for bun remove. It uninstalls packages from the project and removes them from package.json.

参数

-g, --global
Remove from global packages.

FAQ

What is the bun-rm command used for?

bun rm is an alias for bun remove. It uninstalls packages from the project and removes them from package.json.

How do I run a basic bun-rm example?

Run `bun rm [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -g, --global do in bun-rm?

Remove from global packages.