We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code: 'ERR_OSSL_EVP_UNSUPPORTED'
Trying to set this up on my Mac, I got "code: 'ERR_OSSL_EVP_UNSUPPORTED'"
I had to export NODE_OPTIONS=--openssl-legacy-provider before running ./serve/bin/serve
export NODE_OPTIONS=--openssl-legacy-provider
./serve/bin/serve
Maybe this should be in the instructions at https://github.com/8thwall/web/tree/master/serve
The text was updated successfully, but these errors were encountered:
Thanks, this helped me get up and running again with the Serve script.
Sorry, something went wrong.
No branches or pull requests
Trying to set this up on my Mac, I got "code: 'ERR_OSSL_EVP_UNSUPPORTED'"
I had to
export NODE_OPTIONS=--openssl-legacy-provider
before running./serve/bin/serve
Maybe this should be in the instructions at https://github.com/8thwall/web/tree/master/serve
The text was updated successfully, but these errors were encountered: