← 返回命令列表

Linux command

bun-unlink 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Unregister the current package

bun unlink

Unlink a specific package

bun unlink [package-name]

说明

bun unlink removes symbolic links created by bun link. When run without arguments in a package directory, it unregisters the package from the global link registry. When run with a package name, it removes the symlink from the current project's node_modules. This is the reverse of the `bun link` workflow used during local package development.

FAQ

What is the bun-unlink command used for?

bun unlink removes symbolic links created by bun link. When run without arguments in a package directory, it unregisters the package from the global link registry. When run with a package name, it removes the symlink from the current project's node_modules. This is the reverse of the `bun link` workflow used during local package development.

How do I run a basic bun-unlink example?

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

Where can I find more bun-unlink examples?

This page includes 2 examples for bun-unlink, plus related commands for nearby Linux tasks.