mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
8 lines
95 B
Markdown
8 lines
95 B
Markdown
To remove a dependency:
|
|
|
|
```bash
|
|
$ bun remove ts-node
|
|
```
|
|
|
|
{% bunCLIUsage command="remove" /%}
|