-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Integrity check fails on Cloudflare Pages #3933
Comments
Reverting to |
These logs looks like they are from v0.32.x. Support for Bun was added in v0.33.0 - please upgrade. |
So an issue with Cloudflare then? The package was Edit: Seems to occur regardless of build cache being enabled or disabled. |
The integrity check logic was removed in v0.33.0 as part of #3750 so the "Integrity check failed" message will never be generated by v0.33.1. Please check any lockfiles or cached |
OK, possible PEBKAC? The fix was to delete my existing At the same time I upgraded sharp from I suppose a few things:
Will see if I have enough info to file an issue with Bun. Thanks for the help! |
Possible install-time or require-time problem
Are you using the latest version of sharp?
sharp
as reported bynpm view sharp dist-tags.latest
.Are you using a supported runtime?
I am using Node.js with a version that satisfies
^18.17.0 || ^20.3.0 || >=21.0.0
I am using Deno
I am using Bun
I am using npm >= 9.6.5 with
--include=optional
I am using yarn >= 3.2.0
I am using pnpm >= 7.1.0 with
--no-optional=false
I am using Deno
I am using Bun
What is the complete error message, including the full stack trace?
Sidenote: Every time the deployment is run again, a different hash is generated:
What is the complete output of running
npm install --verbose --foreground-scripts sharp
in an empty directory?What is the output of running
npx envinfo --binaries --system --npmPackages=sharp --npmGlobalPackages=sharp
?Unable to do so on Cloudflare Pages.
The text was updated successfully, but these errors were encountered: