Bun Install and Run Issue #7794

Open
opened 2026-02-16 18:08:15 -05:00 by yindo · 3 comments
Owner

Originally created by @ai2493 on GitHub (Jan 28, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

When doing bun install and then bun dev get an error saying could not find remeda

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @ai2493 on GitHub (Jan 28, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description When doing bun install and then bun dev get an error saying could not find remeda ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bug label 2026-02-16 18:08:15 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 28, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #10921: Bun add hang for ever (also related to bun package installation getting stuck or failing)

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 28, 2026): This issue might be a duplicate of existing issues. Please check: - #10921: Bun add hang for ever (also related to bun package installation getting stuck or failing) Feel free to ignore if none of these address your specific case.
Author
Owner

@cravenceiling commented on GitHub (Jan 28, 2026):

How are you trying to run the app in local?

Did you run bun install in the root and inside the packages/opencode folder?

@cravenceiling commented on GitHub (Jan 28, 2026): How are you trying to run the app in local? Did you run `bun install` in the root and inside the `packages/opencode` folder?
Author
Owner

@aiyer93 commented on GitHub (Feb 5, 2026):

Yes I tried doing that but still get this error:

$ bun run --cwd packages/opencode --conditions=browser src/index.ts
error: Cannot find package 'remeda' from '/home/aniiyer/opencode-apollo/packages/opencode/src/cli/cmd/auth.ts'

Bun v1.3.7 (Linux x64)
error: script "dev" exited with code 1

i also tried installing remeda manually but then run into other errors

@aiyer93 commented on GitHub (Feb 5, 2026): Yes I tried doing that but still get this error: $ bun run --cwd packages/opencode --conditions=browser src/index.ts error: Cannot find package 'remeda' from '/home/aniiyer/opencode-apollo/packages/opencode/src/cli/cmd/auth.ts' Bun v1.3.7 (Linux x64) error: script "dev" exited with code 1 i also tried installing remeda manually but then run into other errors
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#7794