Missing dependencies in packages/opencode/package.json #972

Closed
opened 2026-02-16 17:28:57 -05:00 by yindo · 0 comments
Owner

Originally created by @delafthi on GitHub (Jul 29, 2025).

Originally assigned to: @fwang on GitHub.

When running bun install --filter=opencode, the opencode package is missing the @octokit/rest dependency, which is required by packages/opencode/src/cli/cmd/github.ts.

This problem does not occur with a regular bun install because @octokit/rest is installed as a dependency of packages/function/package.json, making it available indirectly.

Originally created by @delafthi on GitHub (Jul 29, 2025). Originally assigned to: @fwang on GitHub. When running `bun install --filter=opencode`, the `opencode` package is missing the `@octokit/rest` dependency, which is required by `packages/opencode/src/cli/cmd/github.ts`. This problem does not occur with a regular `bun install` because `@octokit/rest` is installed as a dependency of `packages/function/package.json`, making it available indirectly.
yindo closed this issue 2026-02-16 17:28:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#972