LinuxCommandLibrary

bun-unlink

Remove symbolic package links

TLDR

Unlink the current package from global registry

$ bun unlink
copy
Unlink a package from the current project
$ bun unlink [package-name]
copy

SYNOPSIS

bun unlink [package-name]

DESCRIPTION

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 link from the current project's node_modules.

SEE ALSO

bun(1), bun-link(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community