Open dzg opened 1 year ago
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
Thanks, this helped me get up and running again with the Serve script.
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