-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Regression in @sveltejs/adapter-auto from v0.66 to v0.67 on Netlify (adapter-netlify version from v72 to v73): The package "esbuild-linux-64" could not be found, and is needed by esbuild. #6592
Comments
https://github.com/sveltejs/kit/blob/master/packages/adapter-netlify/CHANGELOG.md#100-next72 The change in next.72 required a corresponding update of SvelteKit itself. Have you done this? During pre-release, there are frequent breaking changes to Kit and to the adapters that require you only use versions of Kit and the adapters that existed at the same time. |
yes i upgrade all deps at once when i do my periodic dep update. i am currently on |
This comment was marked as off-topic.
This comment was marked as off-topic.
@ShravanKumar-dev97 this is unrelated, please don't hijack issues. open a new one with a full reproduction |
sorry, @Rich-Harris. |
@sw-yx I can't reproduce this. I forked your repo, upgraded the dependencies, and successfully deployed it to Netlify. Is there something else I'm missing to reproduce this? You can see my fork here: https://github.com/benmccann/swyxkit |
i have no idea. let me retry making a minimal repro... |
yeah i cant replicate it. ugh. gonna close it but i dont like that this bug is nondeterministic :/ |
Describe the bug
I updated
@sveltejs/adapter-auto
from 66 to 71 and my build went from working to failling:sw-yx/swyxkit@
8ffe753
(#100)I then reverted versions from 71 all the way back down to 67 and 66 and the only working version was 66 (corresponding adapter netlify version is going from 72 (working) to 73 (not working).
it seems that when upgrading to those versions, a bunch of transitive esbuild linux dependencies get deleted and this is the cause of the error
Reproduction
swyxio/swyxkit#100 not a minimal repro but good enough to just look at the diffs. the last state is the working state
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: