question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Sha Integrity Check fails for listr-update-renderer

See original GitHub issue

Description

Currently, lint-staged depends on a forked version of listr-update-renderer, which is pointing at a branch owned by you. When we went to deploy after merging the latest version of lint-staged, we got integrity errors installing this version of listr-update-renderer. My hunch is that it was a version mismatch, pointing the v0.4.0 sha of listr-update-renderer at the GitHub branch version.

My initial suggestion was going to be to lock it to a specific commit hash. Then at least when you commit to that branch, we won’t get integrity errors related to those changes. That said, I’m not entirely sure what the underlying issue was. Hopefully you get that fix merged upstream soon 😃.

Environment

  • OS: Heroku
  • Node.js: 10.4.0
  • lint-staged: v8.0.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
devinuscommented, Nov 2, 2018

This is currently causing npm audit to fail for Node 10.13.0 and npm 6.4.1 for any project that uses lint-staged as a devDependency.

1reaction
hutchy2570commented, Oct 30, 2018

We hit this too. I ended up having to clear my npm cache locally, then npm i to update the package-lock. However it broke again once 8.0.1-8.0.3 were published so I had to re-run npm i to update the package-lock again to fix it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

listr-update-renderer version is a link · Issue #533 - GitHub
so scoped new version of listr-update-renderer integrated in lint-staged ... [BUG] Sha Integrity Check fails for listr-update-renderer #511.
Read more >
CSCvh77514 - File system integrity check failed - Cisco Bug
Symptom: Codec has error : file-system-verification.service failed to run which causes a system crash. Conditions: upgraded to 9.2.3 ...
Read more >
Subresource Integrity - Web security | MDN
Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are ...
Read more >
NPM ERROR: EINTEGRITY: Integrity checksum failed using ...
Been having this issue when running an npm install command. Have tried almost everything on the forums on force cleaning cache, clean npm ......
Read more >
ERROR: Hash value integrity check failed - Google Groups
I am now getting a "hash value integrity check failed error" on a package. I've not only removed it from the repository and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found