initiative-sh / initiative.sh

A web-based command line for game masters
https://initiative.sh/
GNU General Public License v3.0
44 stars 4 forks source link

Add flag to resolve Cloudflare build issue #320

Closed MikkelPaulson closed 11 months ago

MikkelPaulson commented 11 months ago

Build was failing due to a version compatibility mismatch between the version of Node running on Cloudflare's build environment and something something software being built. Added the --openssl-legacy-provider flag per the following:

https://stackoverflow.com/questions/75959563/node-js-err-ossl-evp-unsupported-error-when-running-npm-run-start

Resolves #319.