-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Single executable application: setting disableExperimentalSEAWarning has no effect #50547
Comments
I pasted the list of commands you shared on my terminal and ran |
Please test with the latest v20. |
@bnoordhuis Great suggestion, I should have thought to check myself.
This resolves the issue for me. Thanks! |
The latest version for |
@climba03003 Yes, thanks, I updated my comment. For my purposes, this issue is resolved as long as it works with current, but to clarify, it also works with lts. |
The PR for |
Version
20.1.0
Platform
Darwin odin 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:28:45 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6020 arm64
Subsystem
Single executable applications
What steps will reproduce the bug?
The same steps from the documentation for creating a single executable application, with the addition of setting the
disableExperimentalSEAWarning
flag.How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior? Why is that the expected behavior?
According to documentation here, the experimental warning when running the executable can be suppressed with configuration:
sea-config.json
What do you see instead?
Additional information
Using the following environment variables to suppress the warning does work:
NODE_NO_WARNINGS=1 ./hello
NODE_OPTIONS=--no-warnings ./hello
However, I'd like the configuration to work for suppressing the warning.
The text was updated successfully, but these errors were encountered: