mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #172] [MERGED] Replace npx with bunx #344
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#344
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/172
Author: @ytsruh
Created: 9/20/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @kommander
Base:
main← Head:bunx📝 Commits (2)
347b98ffeat: removed npx usage in favour of bunx7cb11baMerge branch 'main' into bunx📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
packages/vue/scripts/build.ts(+1 -1)📄 Description
Whilst working in the repo to try and get the Go bindings working I ran into this issue where Node/NPM was required even though this is a bun project.
This is a very small change to switch the npx usage for bunx & removes the node/npm dependency
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.