mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #519] bun create tui fails (at least) on Windows #907
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#907
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 @umstek on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/519
Originally assigned to: @msmps on GitHub.
The suggested quick start command
bun create tuifails on Windows.@msmps commented on GitHub (Jan 13, 2026):
Hey, thanks @umstek!
This actually belongs in https://github.com/msmps/create-tui but could you please run with the
--verboseflag and let me know the output? I think I have an idea what could be going wrong...@msmps commented on GitHub (Jan 14, 2026):
this should be fixed in the latest version!
bunx create-tui@latest@umstek commented on GitHub (Jan 16, 2026):
@msmps
Sorry about filing in the wrong repo. It's still not fixed. But
npm create tuiworked, so I believe it's an issue with bun, not tui or create-tui.Here are some verbose logs.
Thanks.