-
Notifications
You must be signed in to change notification settings - Fork 2
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
Checksum error #11
Comments
@pbredenberg is this related to recent Node upgrades? |
Tested with
May the |
Hi @frikiluser - I just tested this using Node.js 18.13.0 and NPM 7.5.2, and I was able to build videojs-chromecast 1.3.4 with Could you share what version of silvermine/videojs-chromecast and silvermine/videojs-airplay you're trying to build? |
Hi @pbredenberg It failed with |
Thanks for your reply. I understand what you're telling me from the thread here so far, but can you please let me know specifically which versions of the two libraries you are trying to build? Are they the very latest? |
Last tagged releases |
@frikiluser this issue doesn't appear to be related to serverless-utils, and I'm not able to reproduce it. If you can provide a MRE demonstrating the problem, I'd be happy to look further. To directly answer your question as to whether we can remove the package-lock.json file, there are many reasons they are important to have in every project. These are stated in NPM's documentation if you're interested in taking a look. Not directly stated in the above document, but still important nonetheless, is the value of the dependency's In some cases, removing the |
Hi,
I'm trying to build
silvermine/videojs-chromecast
andsilvermine/videojs-airplay
and I've got the following error in both cases:The
package-lock.json
in both projects contain:Removing
integrity
line workarounds the problem.The text was updated successfully, but these errors were encountered: