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

Improve error around failing to validate checksums #492

Open
robdimsdale opened this issue May 12, 2023 · 0 comments
Open

Improve error around failing to validate checksums #492

robdimsdale opened this issue May 12, 2023 · 0 comments
Labels
good first issue A good first issue to get started with hacktoberfest Hacktoberfest eligible

Comments

@robdimsdale
Copy link
Member

Expected Behavior / Current Behavior

The error failed to validate dependency: checksum does not match is quite vague and potentially hides more useful errors around downloading dependencies e.g.

  Executing build process
    Installing Node Engine 18.14.1
validation error: checksum does not match
ERROR: failed to build: exit status 1 

It is found here.

I'm not sure if this is hiding errors, but I think it would be worth investigating. Regardless, we could improve the error message (e.g. to include the expected and actual checksums).

@sophiewigmore sophiewigmore added note:good-first-issue good first issue A good first issue to get started with hacktoberfest Hacktoberfest eligible and removed note:good-first-issue labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good first issue to get started with hacktoberfest Hacktoberfest eligible
Projects
None yet
Development

No branches or pull requests

2 participants