Hi,
All of a sudden my expo eas build started failing with the following error. Looks like some cert is expired.
NSTALL_DEPENDENCIES] Running “yarn install” in the root dir of your repository
[INSTALL_DEPENDENCIES] yarn install v1.22.19
[INSTALL_DEPENDENCIES] [1/4] Resolving packages…
[INSTALL_DEPENDENCIES] [2/4] Fetching packages…
[INSTALL_DEPENDENCIES] [3/4] Linking dependencies…
[INSTALL_DEPENDENCIES] warning “react-native > react-native-codegen > jscodeshift@0.13.1” has unmet peer dependency “@babel/preset-env@^7.1.6”.
[INSTALL_DEPENDENCIES] warning " > react-native-bluetooth-state-manager@1.3.4" has unmet peer dependency “prop-types@“.
[INSTALL_DEPENDENCIES] warning " > react-native-dotenv@3.4.7” has unmet peer dependency “@babel/runtime@^7.20.6”.
[INSTALL_DEPENDENCIES] warning " > react-native-paper@4.12.5" has unmet peer dependency "react-native-vector-icons@”.
[INSTALL_DEPENDENCIES] warning " > react-native-webrtc-vad@1.1.8" has incorrect peer dependency “react-native@0.63.4”.
[INSTALL_DEPENDENCIES] warning “twrnc > tailwindcss@3.2.4” has unmet peer dependency “postcss@^8.0.9”.
[INSTALL_DEPENDENCIES] [4/4] Building fresh packages…
[INSTALL_DEPENDENCIES] error /private/var/folders/15/35v_1k4j7_q_dqr8vrbdq1000000gn/T/eas-build-local-nodejs/fd122201-2521-4b6d-ade5-6b8b0c6e76c3/build/node_modules/react-native-webrtc: Command failed.
[INSTALL_DEPENDENCIES] Exit code: 1
[INSTALL_DEPENDENCIES] Command: node tools/downloadWebRTC.js
[INSTALL_DEPENDENCIES] Arguments:
[INSTALL_DEPENDENCIES] Directory: /private/var/folders/15/35v_1k4j7_q_dqr8vrbdq1000000gn/T/eas-build-local-nodejs/fd122201-2521-4b6d-ade5-6b8b0c6e76c3/build/node_modules/react-native-webrtc
[INSTALL_DEPENDENCIES] Output:
[INSTALL_DEPENDENCIES] Downloading https://github.com/jitsi/webrtc/releases/download/v106.0.0/android-webrtc.zip…
[INSTALL_DEPENDENCIES] node:internal/process/promises:279
[INSTALL_DEPENDENCIES] triggerUncaughtException(err, true /* fromPromise */);
[INSTALL_DEPENDENCIES] ^
[INSTALL_DEPENDENCIES]
[INSTALL_DEPENDENCIES] Error: certificate has expired
[INSTALL_DEPENDENCIES] at TLSSocket.onConnectSecure (node:_tls_wrap:1532:34)
[INSTALL_DEPENDENCIES] at TLSSocket.emit (node:events:527:28)
[INSTALL_DEPENDENCIES] at TLSSocket._finishInit (node:_tls_wrap:946:8)
[INSTALL_DEPENDENCIES] at TLSWrap.ssl.onhandshakedone (node:_tls_wrap:727:12) {
[INSTALL_DEPENDENCIES] code: ‘CERT_HAS_EXPIRED’