openssl workaround for fedora
This commit is contained in:
parent
1ebdd178d2
commit
bcf212d8de
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user