mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
---
|
|
title: "bun remove"
|
|
description: "Remove dependencies from your project"
|
|
---
|
|
|
|
import Remove from "/snippets/cli/remove.mdx";
|
|
|
|
## Basic Usage
|
|
|
|
```bash terminal icon="terminal"
|
|
bun remove ts-node
|
|
```
|
|
|
|
---
|
|
|
|
<Remove />
|