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.
Environment
^1.2.3"1.1.20Reproduction
Describe the bug
An issue with
taron Bun on Windows makes the directorymy-projectfully empty.Only the directories are created but not the files.
Additional context
oven-sh/bun#12696
Logs
Nothing is printed in the terminal.