© 2026 Hedgehog Software, LLC
RuntimeException: Cannot execute an Effect versioned 2.0.0-next.60 with a Runtime of version 2.0.0-next.62
@effect/cli
Effect.suspend(() => cli(process.argv.slice(2))).pipe( Effect.provide(BunContext.layer), Effect.provide(Services), Runtime.runMain )
"dependencies": { "@effect/cli": "^0.27.0", "@effect/platform-bun": "^0.27.0", ... "effect": "^2.0.0-next.62", }