-
Notifications
You must be signed in to change notification settings - Fork 622
Description
💬 前提强调
- I have searched the issues of this repository and believe that this is not a duplicate.
🙋 描述详情/重现步骤
error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * Where: Build file 'D:\xxxxxx\node_modules\react-native-reanimated\android\build.gradle' line: 53 * What went wrong: A problem occurred evaluating project ':react-native-reanimated'. > Process 'command 'node'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 14s.
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
🔴 版本
ant: v5.4.2
nodejs: v22.17.1
💻 运行环境
Android
⚫️ npx react-native info
输出信息
- What went wrong:
A problem occurred evaluating project ':react-native-reanimated'.
Process 'command 'node'' finished with non-zero exit value 1
- Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
补充说明
"@ant-design/icons-react-native": "^2.3.2",
"@ant-design/react-native": "^5.4.2",
"babel-plugin-module-resolver": "^5.0.2",
"react": "19.1.0",
"react-native": "^0.80.2",
"react-native-gesture-handler": "^2.27.2",
"react-native-reanimated": "^4.0.1",
"react-native-vector-icons": "^10.3.0"