Error: ERR_OSSL_EVP_UNSUPPORTED while building with Nodejs 18.17.1 #50508
Unanswered
madanbisht
asked this question in
General
Replies: 1 comment 3 replies
-
can anybody help on this issue, its a blocker for us? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
18.17.1
Platform
Mac, Unix, Windows
Subsystem
No response
What steps will reproduce the bug?
We are trying to upgrade with nodejs 18.17.1(which is required by https://releases.electronjs.org/release/v27.0.1, as we are trying to use electron 27.0.1 in our application) and facing the below error.
We tried to export below env variable and its solves the issue during code build but after that same error is reported when we launch the electron app.
export NODE_OPTIONS=--openssl-legacy-provider
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
There should not be any where while building the application.
What do you see instead?
we are facing error while building app with nodejs 18.17.1
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions