Euophrys / Riichi-Trainer

A Riichi Mahjong trainer.
https://euophrys.itch.io/mahjong-efficiency-trainer
GNU General Public License v3.0
108 stars 25 forks source link

error ERR_OSSL_EVP_UNSUPPORTED #82

Open 0num4 opened 1 year ago

0num4 commented 1 year ago
❯ bun run build
$ react-scripts build
Creating an optimized production build...
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:133:10)
~~~
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'

here is avoidance. This project seems to have stopped, so I will develop it on my own fork!

export NODE_OPTIONS=--openssl-legacy-provider
bun run build
nivivon commented 1 month ago

👋 Hey! I tried tweeting at Euphorys & put together a pull request to add a timer to the "folding" tab. This trainer is so great! Would be cool to continue to evolve it.