Skip to content

Conversation

@kandros
Copy link

@kandros kandros commented Jul 29, 2025

otherwise

❯ bun run src/examples/index.ts
38 |   const targetLibPath = join(libDir, target, `${libraryName}.${suffix}`)
39 |   if (existsSync(targetLibPath)) {
40 |     return targetLibPath
41 |   }
42 | 
43 |   throw new Error(`Could not find opentui library for platform: ${target}`)
             ^
error: Could not find opentui library for platform: aarch64-macos
...

@kommander
Copy link
Collaborator

Hey, thanks for your interest! There is a build section directly above the example section though? I think more focus will be put on documentation as soon as we have something semi stable, then I see the build docs more with developer docs as the lib package should then work out of the box.

Copy link

@ZiedYousfi ZiedYousfi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just a

bun run build && bun run src/examples/index.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants