-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Dockerized Build fails (17.0.5) #50409
Comments
I get a different error:
This seems to be because rollup (a depdendency of Vite) now includes native code that is automatically installed as an optional npm dependency on supported platforms, and something about this optional dependency install on I tried adding a pnpm override for Our lockfile only has an entry for cc @ryanclark - any ideas? |
Expected behavior:
Dockerized Build should be successful.
Current behavior:
When trying to do a Dockerized Build under version 17.0.5:
make -C build.assets build-binaries
I get this error at some point:
Thanks!
The text was updated successfully, but these errors were encountered: