openssl workaround for fedora

This commit is contained in:
jb-alvarado 2022-10-24 09:26:18 +02:00
parent 1ebdd178d2
commit bcf212d8de

View File

@ -9,10 +9,14 @@ echo
yes | rm -rf public yes | rm -rf public
cd ffplayout-frontend cd ffplayout-frontend
# for node version 17+
export NODE_OPTIONS=--openssl-legacy-provider
npm install npm install
npm run build npm run build
mv dist ../public mv dist ../public
unset NODE_OPTIONS
cd .. cd ..
if [[ -n $target ]]; then if [[ -n $target ]]; then