-
Notifications
You must be signed in to change notification settings - Fork 4
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
BUG: Incorrect binary files installed with Node.js 18.16.0 and later, Node.js 19.8.0 and later, and Node.js 20 #7
Comments
This bug can be fixed by replacing
I can open a pull request that replaces I would prefer Footnotes
|
Hi @sounisi5011, Between the two the you suggested, I like three things about
|
Thanks for your reply! Okay, I will start creating pull requests with Just for reference, what is the version range of Node.js that |
@sounisi5011 According to this table seems that 16 is the oldest maintained one, and I'd say that's our target. The fact that The fact the this lib is dependency-free + is more used is enough reason to choose it, IMO. |
When
@go-task/go-npm
is run on the following Node.js, the binary file extracted from the.zip
file has incorrect contents:This bug causes binary installations to fail, primarily on Windows.
The following error occurs when the command is run.
However, the cause is the decompression process of the
.zip
file.The same problem will occur with the CLI that distributes macOS and UNIX binaries as
.zip
files.This bug has now been reported: ZJONSSON/node-unzipper#271
But 2 months after the report, it still has not been fixed. We do not know when this will be fixed.
The text was updated successfully, but these errors were encountered: