mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #330] Help: Failing to run TypeScript examples on Mac Silicon system #82
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peoray on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/330
Tried following the docs to run the example, but getting the error above.
@kommander commented on GitHub (Nov 19, 2025):
Yeah, you need to checkout a tag for a release and run bun install or have zig and run
bun run buildfrom the root. That needs some updating in the docs.There now also is a prebuilt example standalone executable in the release https://github.com/sst/opentui/releases/tag/v0.1.47 - it's the exact examples from the repo.
@peoray commented on GitHub (Nov 20, 2025):
@kommander I don't quite understand what you mean. I already have zig installed. The command I ran was from /core folder.
Is there something else I need to do?
My goal is to contribute to the Vue package. I don't even know how I can do that or see how to test that as well to be able to contribute
@peoray commented on GitHub (Nov 20, 2025):
Update:
I got the error while trying out
bun run buildfrom the root folder@msmps commented on GitHub (Nov 20, 2025):
@peoray you'll need to downgrade to zig 0.14.1 at the moment
@kommander commented on GitHub (Nov 20, 2025):
What @msmps said and the vue package needs to move to its own repo, see my comment in #236 for my reasoning.
@peoray commented on GitHub (Nov 20, 2025):
@kommander I have been able to get it running. Thanks @msmps.
As per the vue package, by another repo, you mean a repo inside of SST or external? If external, I'm happy to do so and make a framework-compatible version of the official maintained libraries
noob question, how can I run the react/solid code to see the examples to compare with the vue codebase?
@kommander commented on GitHub (Nov 20, 2025):
I mean an external repo.
For react/solid that should be just
bun run [example].tsx.