openssl workaround for fedora
This commit is contained in:
parent
1ebdd178d2
commit
bcf212d8de
@ -9,10 +9,14 @@ echo
|
||||
yes | rm -rf public
|
||||
cd ffplayout-frontend
|
||||
|
||||
# for node version 17+
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
npm install
|
||||
npm run build
|
||||
mv dist ../public
|
||||
|
||||
unset NODE_OPTIONS
|
||||
|
||||
cd ..
|
||||
|
||||
if [[ -n $target ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user