Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements redirections in subshells #11124

Open
joelhecht opened this issue May 16, 2024 · 0 comments
Open

Implements redirections in subshells #11124

joelhecht opened this issue May 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request shell Something to do with Bun as a shell

Comments

@joelhecht
Copy link

joelhecht commented May 16, 2024

What is the problem this feature would solve?

While installing ttf2woff2 (Windows 11), I received this error:

C:\tmp>bun install ttf2woff2
bun add v1.1.8 (89d25807)
  ⚙️  ttf2woff2 [1/1] error: Failed to run script C:\tmp\node_modules\ttf2woff2\[eval] due to error Subshells with redirections are currently not supported. Please open a GitHub issue.
error: install script from "ttf2woff2" exited with 1
C:\tmp>

What is the feature you are proposing to solve the problem?

I guess that redirections in subshells should be implemented to prevent such error.

What alternatives have you considered?

No response

@joelhecht joelhecht added the enhancement New feature or request label May 16, 2024
@Electroid Electroid added the shell Something to do with Bun as a shell label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request shell Something to do with Bun as a shell
Projects
None yet
Development

No branches or pull requests

3 participants