Description
Last 19 log lines:
> Using versionCheckHook
> Running phase: unpackPhase
> unpacking source archive /nix/store/frmacrchhq9wsf0c4cy62ddia6698qaa-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> Running phase: buildPhase
> 12 |
> 13 | // relax version requirement
> 14 | const expectedBunVersionRange = `^${expectedBunVersion}`
> 15 |
> 16 | if (!semver.satisfies(process.versions.bun, expectedBunVersionRange)) {
> 17 | throw new Error(`This script requires bun@${expectedBunVersionRange}, but you are using bun@${process.versions.bun}`)
> ^
> error: This script requires bun@^1.3.11, but you are using bun@1.3.10
> at /build/source/packages/script/src/index.ts:17:13
Plugins
n/a
OpenCode version
n/a
Steps to reproduce
nix build on dev
Screenshot and/or share link
No response
Operating System
n/a
Terminal
n/a
Description
Last 19 log lines: > Using versionCheckHook > Running phase: unpackPhase > unpacking source archive /nix/store/frmacrchhq9wsf0c4cy62ddia6698qaa-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > 12 | > 13 | // relax version requirement > 14 | const expectedBunVersionRange = `^${expectedBunVersion}` > 15 | > 16 | if (!semver.satisfies(process.versions.bun, expectedBunVersionRange)) { > 17 | throw new Error(`This script requires bun@${expectedBunVersionRange}, but you are using bun@${process.versions.bun}`) > ^ > error: This script requires bun@^1.3.11, but you are using bun@1.3.10 > at /build/source/packages/script/src/index.ts:17:13Plugins
n/a
OpenCode version
n/a
Steps to reproduce
nix build on dev
Screenshot and/or share link
No response
Operating System
n/a
Terminal
n/a