We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
^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
oven-sh/bun#12696
Nothing is printed in the terminal.
The text was updated successfully, but these errors were encountered:
extract
Successfully merging a pull request may close this issue.
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
oven-sh/bun#12696
Logs
Nothing is printed in the terminal.
The text was updated successfully, but these errors were encountered: