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

Could not extract archive: '/xxx/xyz/.m2/repository/com/github/eirslett/node/11.9.0/node-11.9.0-linux-x64.tar.gz': EOFException #794

Closed
Santoshbhad opened this issue Feb 11, 2019 · 3 comments

Comments

@Santoshbhad
Copy link

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (default) on project : Could not extract the Node archive: Could not extract archive: '/xxx/xyz/.m2/repository/com/github/eirslett/node/11.9.0/node-11.9.0-linux-x64.tar.gz': EOFException

Please help me understand and fix this issue.
Thanks

@Zardoz89
Copy link
Contributor

See issue #738 . PR #749 should fix it

seregamorph added a commit to seregamorph/frontend-maven-plugin that referenced this issue Apr 16, 2019
The node, npm and yarn installer deletes corrupted archive and destination directory in case if the downloading was interrupted (causes EOFException when extracted).
@seregamorph
Copy link
Contributor

@Santoshbhad @Zardoz89 @eirslett I had the same issue locally and investigated it.
Please take a look #807 with suggested fix.

seregamorph added a commit to seregamorph/frontend-maven-plugin that referenced this issue Apr 16, 2019
The node, npm and yarn installer deletes corrupted archive and destination directory in case if the downloading was interrupted (causes EOFException when extracted).
eirslett added a commit that referenced this issue Apr 16, 2019
#794 Node, npm and yarn installer delete corrupted archive
@seregamorph
Copy link
Contributor

This issue can be closed (addressed in #807)

@eirslett eirslett closed this as completed May 8, 2021
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

No branches or pull requests

4 participants