Skip to content
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

Fix build error: ERR_OSSL_EVP_UNSUPPORTED #747

Open
svogt0511 opened this issue Aug 8, 2023 · 0 comments
Open

Fix build error: ERR_OSSL_EVP_UNSUPPORTED #747

svogt0511 opened this issue Aug 8, 2023 · 0 comments

Comments

@svogt0511
Copy link
Contributor

svogt0511 commented Aug 8, 2023

Need solution to the ember build error ERR_OSSL_EVP_UNSUPPORTED. Some solutions are outlined here. The workaround is adding NODE_OPTIONS=--openssl-legacy-provider to the ember build/serve commands in package.json.

The problem is described here.

This breaks the build ('ember serve'). The workaround is:

NODE_OPTIONS=--openssl-legacy-provider ./node_modules/.bin/ember serve

This also has a couple of related dependabot alerts

@svogt0511 svogt0511 changed the title Check if there is an easy solution to ERR_OSSL_EVP_UNSUPPORTED, documented below. If not, move it to 'Future Tasks. Check if there is an easy solution to ERR_OSSL_EVP_UNSUPPORTED Aug 8, 2023
@svogt0511 svogt0511 changed the title Check if there is an easy solution to ERR_OSSL_EVP_UNSUPPORTED Check for an easy upgrade to ERR_OSSL_EVP_UNSUPPORTED Aug 8, 2023
@svogt0511 svogt0511 changed the title Check for an easy upgrade to ERR_OSSL_EVP_UNSUPPORTED Fix build error: ERR_OSSL_EVP_UNSUPPORTED Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant