You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tarunlink workaround: https://github.com/npm/node-tar/blob/26a496e5fa74eeaa0c3539511560fc181ef56557/lib/unpack.js#L52
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: