mirror of https://github.com/OpenVidu/openvidu.git
Fix openvidu-e2e-tests for NPM 18 with NODE_OPTIONS=--openssl-legacy-provider
parent
a1d040e61a
commit
f728dd848a
|
@ -354,7 +354,7 @@ if [[ "${BUILD_OV_TESTAPP}" == true || "${EXECUTE_ALL}" == true ]]; then
|
||||||
pushd openvidu-testapp
|
pushd openvidu-testapp
|
||||||
npm install --legacy-peer-deps
|
npm install --legacy-peer-deps
|
||||||
npm link --legacy-peer-deps openvidu-browser openvidu-node-client
|
npm link --legacy-peer-deps openvidu-browser openvidu-node-client
|
||||||
export NG_CLI_ANALYTICS="false" && ./node_modules/@angular/cli/bin/ng build --prod --output-path=/opt/openvidu/testapp
|
export NG_CLI_ANALYTICS="false" && export NODE_OPTIONS=--openssl-legacy-provider && ./node_modules/@angular/cli/bin/ng build --prod --output-path=/opt/openvidu/testapp
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue