Closed liath closed 6 years ago
FYI - This issue showed up for me in node-jq
which is using bin-build
to download and compile jq
.
👍
I'm seeing an issue where on Windows folders and files are created but files are all 0 bytes. Related to https://github.com/flipxfx/download-git-repo/issues/21.
@jdalton I can't reproduce that on Windows 10 with node@8.2.1. Can you provide steps and env stuff?
It turned out this was due to a silent promise fail unrelated to download
.
Anything I can do for this PR? It's been sitting for a long minute.
That dependency was upgraded in https://github.com/kevva/download/commit/0bf3da15e4d4c7a96bf1e60d51a40f4ad1b321a6.
Sweet, thanks for clearing this. :)
For some reason
decompress@4.0.0
would occasionally give me an empty array instead of the contents of a tgz I had askeddownload
to fetch and extract. Updating resolves this.