Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(bun): remove deprecated sharp instructions #6839

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions packages/docs/src/routes/docs/deployments/bun/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ curl -fsSL https://bun.sh/install | bash

For other platforms or if you run into issues with installation, up to date `bun` installation instructions can be found [on the bun website](https://bun.sh/docs/installation).

If you run into the error `Something went wrong installing the "sharp" module` when using `bun` as a package manager, add the following code to your package.json, then remove the node_modules folder and any lockfiles such as bun.lockb or package-lock.json. Then run `bun install`.

```json
"trustedDependencies": [
"sharp"
]
```
This issue is currently being tracked [on the bun repository](https://github.com/oven-sh/bun/issues/3783).

To integrate the `bun` adapter, use the `add` command:

- For the [integrated HTTP server](https://bun.sh/docs/api/http):
Expand Down