Hello,
I’m a getting this error when trying to build my app. I already tried with runtime 4.5.10 and 4.6.14.
https://platform.appgyver.com/build_service/build_settings/280839/
Runtime version: 4.6.14;
AB version: 1.7.6
COMMAND:
ASSETS_ARCHIVE_URL=https://appgyver-meap-assets.s3.amazonaws.com/vcrk11fjvt981tlwr4s4d901uzg2?response-content-disposition=attachment%3B%20filename%3D"assets.zip"%3B%20filename*%3DUTF-8''assets.zip&response-content-type=application%2Fzip&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJJSXXQRL4UNGBAXQ%2F20221027%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221027T195738Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=e0c496a64f74269b2acaa63bd99441529317a4ce28211387e9653a498bfbfc18 NODE_OPTIONS=–max-old-space-size=8096 npxrnv export -p android -s standalone -c standalone --ci --yes --skipRnvCheck --packageManager yarn --template @appgyver/orchestra-template-standalone@4.6.14 -r
FAILED with ERROR:
│ [ error ] [package] COMMAND:
react-native bundle --platform android --dev false --assets-dest /tmp/383080-android-252149/platformBuilds/standalone_android/app/src/main/res --entry-file index.js --bundle-output /tmp/383080-android-252149/platformBuilds/standalone_android/app/src/main/assets/index.bundle --config=metro.config.js
FAILED with ERROR:
error src/entry/index.android.ts: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function.
TypeError: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function
at Object.isTransparentExprWrapper (/tmp/383080-android-252149/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js:22:36)
at /tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:55:50
at NodePath.findParent (/tmp/383080-android-252149/node_modules/@babel/traverse/lib/path/ancestry.js:29:9)
at findOutermostTransparentParent (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:54:8)
at transform (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:97:24)
error src/entry/index.android.ts: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function.
Welcome to Metro!
Fast - Scalable - Integrated
TypeError: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function
at Object.isTransparentExprWrapper (/tmp/383080-android-252149/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js:22:36)
at /tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:55:50
at NodePath.findParent (/tmp/383080-android-252149/node_modules/@babel/traverse/lib/path/ancestry.js:29:9)
at findOutermostTransparentParent (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:54:8)
at transform (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:97:24)
error src/entry/index.android.ts: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function.
Error: Command failed with exit code 1: react-native bundle --platform android --dev false --assets-dest /tmp/383080-android-252149/platformBuilds/standalone_android/app/src/main/res --entry-file index.js --bundle-output /tmp/383080-android-252149/platformBuilds/standalone_android/app/src/main/assets/index.bundle --config=metro.config.js
error src/entry/index.android.ts: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function.
Welcome to Metro!
Fast - Scalable - Integrated
TypeError: /tmp/383080-android-252149/src/entry/index.android.ts: isTSSatisfiesExpression is not a function
at Object.isTransparentExprWrapper (/tmp/383080-android-252149/node_modules/@babel/helper-skip-transparent-expression-wrappers/lib/index.js:22:36)
at /tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:55:50
at NodePath.findParent (/tmp/383080-android-252149/node_modules/@babel/traverse/lib/path/ancestry.js:29:9)
at findOutermostTransparentParent (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:54:8)
at transform (/tmp/383080-android-252149/node_modules/@babel/plugin-proposal-optional-chaining/lib/index.js:97:24)
at makeError (/tmp/383080-android-252149/node_modules/execa/lib/error.js:60:11)
at handlePromise (/tmp/383080-android-252149/node_modules/execa/index.js:118:26)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
│ │
│ Project location: │
│ ./platformBuilds/standalone_android │
I hope you can help.
Thanks in advice!
Leonardo