Skip to content
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

Use tar tool for .tar.gz node.js archives #1050

Merged

Conversation

KonstantinTyukalov
Copy link
Contributor

@KonstantinTyukalov KonstantinTyukalov commented Jul 12, 2024

On Linux and MacOs, we download .tar.gz archives rather than .zip for Windows. adm-zip package does not support the .tar.gz and throws the error:

Invalid or unsupported zip format. No END header found

Here I used the pre-installed tar tool to unpack node for unix systems

WI: AB#2190598

@KonstantinTyukalov KonstantinTyukalov requested review from a team as code owners July 12, 2024 13:56
@microsoft microsoft deleted a comment from azure-boards bot Jul 15, 2024
@KonstantinTyukalov KonstantinTyukalov merged commit b36e97f into master Aug 6, 2024
6 checks passed
@KonstantinTyukalov KonstantinTyukalov deleted the users/KonstantinTyukalov/Fix_node_download_unix branch August 6, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants