Open Thebarda opened 2 years ago
Hi. This is npm behavior. GitPkg serves that tgz file, npm calculates a shasum for it.
The shasum might change for various reasons:
Has anyone found a workaround for this? I had my CI pipelines break randomly this morning for packages using gitpkg.
I'm getting the following using yarn berry
The remote archive doesn't match the expected checksum
Hello there,
I receive the following when running the command
npm ci
:The dependency was not updated between the initial install and the
npm ci
.I think, it might be better to store the commit id rather than a checksum that might differ even though a library is not updated