[PR #1] [CLOSED] add instruction to readme to run build before running example #214

Closed
opened 2026-03-02 23:45:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/1
Author: @kandros
Created: 7/29/2025
Status: Closed

Base: mainHead: build-before-example


📝 Commits (1)

  • e6581b8 add instruction to readme to build before running example

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

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
...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/1 **Author:** [@kandros](https://github.com/kandros) **Created:** 7/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `build-before-example` --- ### 📝 Commits (1) - [`e6581b8`](https://github.com/anomalyco/opentui/commit/e6581b8a1043adb414cd8f3c8833dac075ecccb0) add instruction to readme to build before running example ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description 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 ... ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:45:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#214
No description provided.