mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #212] Help: Failing to run TypeScript examples on Linux system #818
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#818
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 @hanpham32 on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/212
Full log:
It looks like
zig.tsis looking to import something based on system architecture, and it's failing to identify one for my system:@remorses commented on GitHub (Oct 10, 2025):
Try running bun run build first
@kommander commented on GitHub (Oct 10, 2025):
Mhh if the os an arch match for the optional dependency it should be installed. Try installing the
@opentui/core-linux-x64package manually?@hanpham32 commented on GitHub (Oct 11, 2025):
This helped me resolve the problem
@cravenceiling commented on GitHub (Jan 28, 2026):
I got the same error. Manually installing
@opentui/core-linux-x64works, but it seems that bun only installsoptionalDependenciesfrom the rootpackage.jsonfile. So I believe the correct solution would be to move the entireoptionalDependenciessection frompackages/coreto the rootpackage.jsonfile. I can submit a PR for this.