mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
10 lines
183 B
Markdown
10 lines
183 B
Markdown
Use `bun unlink` in the root directory to unregister a local package.
|
|
|
|
```bash
|
|
$ cd /path/to/cool-pkg
|
|
$ bun unlink
|
|
bun unlink v1.x (7416672e)
|
|
```
|
|
|
|
{% bunCLIUsage command="unlink" /%}
|