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

Extracting not working on Bun on Windows #179

Open
Vexcited opened this issue Jul 20, 2024 · 0 comments · May be fixed by #180
Open

Extracting not working on Bun on Windows #179

Vexcited opened this issue Jul 20, 2024 · 0 comments · May be fixed by #180
Labels
bug Something isn't working

Comments

@Vexcited
Copy link

Vexcited commented Jul 20, 2024

Environment

  • giget: ^1.2.3"
  • Bun: 1.1.20

Reproduction

import { downloadTemplate } from "giget";

const { dir } = await downloadTemplate("github:steinjs/stein/examples/bare", {
    force: true,
    dir: "my-project"
});

Describe the bug

An issue with tar on Bun on Windows makes the directory my-project fully empty.
Only the directories are created but not the files.

Additional context

oven-sh/bun#12696

Logs

Nothing is printed in the terminal.
@Vexcited Vexcited added the bug Something isn't working label Jul 20, 2024
@Vexcited Vexcited linked a pull request Jul 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant