-
Notifications
You must be signed in to change notification settings - Fork 167
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
Does not work on Node 16 which is dynamically linked to openssl 3 #13889
Comments
This is a Node issue described and fixed in nodejs/node#42972 but not yet released. Looks like it will be in Node 16.16.0 |
Enabling Vite with a feature flag and using it instead of webpack can be considered as a workaround before Node |
Same problem here: Dockerfile (Alpine-Linux):
(The above installs Node v16.16.0) Results in:
Same problem occurs on ubuntu:latest when pre-installing NodeJS 16
Executing:
also returns |
The fix is in Node 16.17, so this should be resolved by #14361 |
Does this work now with a 23.2-SNAPSHOT? |
Assuming it works |
I'm still getting |
Is there a github repo or zip with a test for this? |
Flow 9.0 snapshot validation in Bender failed when I added |
Description of the bug
If you have a new Node 16 installed that is dynamically linked to openssl3, building the frontend fails with
Expected behavior
You can use a Node 16 version dynamically linked with openssl3
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: