[BUG] Sha Integrity Check fails for listr-update-renderer
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is currently causing
npm audit
to fail for Node 10.13.0 and npm 6.4.1 for any project that useslint-staged
as adevDependency
.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-runnpm i
to update the package-lock again to fix it.