-
Notifications
You must be signed in to change notification settings - Fork 173
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
npm ci
fails due to wrong cdav-library tarball checksum.
#2362
Comments
Sure! I guess something changed in the cdav-lib repo :) |
Here you are: #2363 😊 |
Mh, so apparently there's something weird happening. On Github Actions, the old SHA512 sum ( |
I was able to track down the issue to the NPM version being installed: with NPM 7.7.0 or newer installed, the existing integrity checksum is calculated, with NPM 7.6.4 or older, the other one. I suspect the change regarding In other words, there's no problem with the I's always so much fun (not!) to debug the toolchain only to realize that something backwards-incompatible changed "somewhere" 😢 |
Installing NodeJS dependencies for the contacts app currently fails both locally on my machine and in Gitlab CI due to a integrity checksum missmatch for nextcloud/cdav-library:
package-lock.json
referencescdav-library
as follows:When manually installing
cdav-library#0d826181fdb3958ad7ec214fc00b450edb55a866
, the sha512 sum is different than the one referenced above:Let me know if I should open a PR to fix the shasum for
cdav-library
inpackage-json.lock
.The text was updated successfully, but these errors were encountered: