irislib / iris-messenger

Decentralized messenger
https://iris.to
MIT License
720 stars 159 forks source link

error when running "yarn dev" #397

Open ffaex opened 1 year ago

ffaex commented 1 year ago

I'm getting the following error when bulding with yarn dev: "Error: error:0308010C:digital envelope routines::unsupported"

node -v : v18.16.0

I could fix it by setting this global variable: export NODE_OPTIONS=--openssl-legacy-provider https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

Maybe we should add a hint in the README.md ?