Linux command
bun-rm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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.