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
The unpacked archive downloaded from https://nodejs.org/download/release/v16.17.1/node-v16.17.1-headers.tar.gz (Node version doesn't matter) is sometimes corrupted on Windows. Which causes a lot of bugs (<file> not found, unable to open <file>: No such file or directory). I think this may be related to the Windows tar unlink workaround: https://github.com/npm/node-tar/blob/26a496e5fa74eeaa0c3539511560fc181ef56557/lib/unpack.js#L52
https://nodejs.org/download/release/v16.17.1/node-v16.17.1-headers.tar.gz
<file> not found
unable to open <file>: No such file or directory
tar
unlink
File v8-platform.h is missing
v8-platform.h
Linked issues:
gyp
The text was updated successfully, but these errors were encountered:
Happend to me. gyp its not stable and gave me so much errors
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The unpacked archive downloaded from
https://nodejs.org/download/release/v16.17.1/node-v16.17.1-headers.tar.gz
(Node version doesn't matter) is sometimes corrupted on Windows. Which causes a lot of bugs (<file> not found
,unable to open <file>: No such file or directory
).I think this may be related to the Windows
tar
unlink
workaround: https://github.com/npm/node-tar/blob/26a496e5fa74eeaa0c3539511560fc181ef56557/lib/unpack.js#L52File
v8-platform.h
is missingLinked issues:
gyp
failed with exit code: 1 #2714The text was updated successfully, but these errors were encountered: