Open Vexcited opened 4 months ago
^1.2.3"
1.1.20
import { downloadTemplate } from "giget"; const { dir } = await downloadTemplate("github:steinjs/stein/examples/bare", { force: true, dir: "my-project" });
An issue with tar on Bun on Windows makes the directory my-project fully empty. Only the directories are created but not the files.
tar
my-project
https://github.com/oven-sh/bun/issues/12696
Nothing is printed in the terminal.
Environment
^1.2.3"
1.1.20
Reproduction
Describe the bug
An issue with
tar
on Bun on Windows makes the directorymy-project
fully empty. Only the directories are created but not the files.Additional context
https://github.com/oven-sh/bun/issues/12696
Logs