Build request failed su Windows - eas-cli 16.6.2, Node v22.15.0
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 236
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 91
Description
### Build/Submit details page URL
_No response_
### Summary
Hello team,
I am finding the following mistake during the execution of the Build command:
Build Request Failed. Make Sure You Are Using the Latest Eas-Cli Version. If the Problem Persists, Report The Issue.
Below you will find the details of my development environment:
- Operating system: Windows (Win32-X64)
- EAS-CLI: 16.6.2
- Node.js: V22.15.0
Steps to reproduce the problem:
1
2. I performed the command:
`EAS Build -P Android -Profile Development`
3. After a few moments, the Build fails by showing the error indicated above.
I have already tried to:
-
Verify that you are logged in correctly with `EAS login`.
- check the network connection.
- Consider the use of an LTS version of Node (for example the V18), but the problem persists.
Expected:
I expect the Build starting correctly and be managed without errors.
Any suggestion or insight on the reason why I could receive this error, or if it is a well -known bug, it would be highly appreciated.
Thanks in advance for your support!
### Managed or bare?
Bare
### Environment
expo-env-info 1.3.3 environment info:
System:
OS: Windows 11 10.0.26100
Binaries:
Node: 22.15.0 - C:\Program Files\nodejs\node.EXE
npm: 10.9.2 - C:\Program Files\nodejs\npm.CMD
npmPackages:
expo: ^53.0.9 => 53.0.9
react: 19.0.0 => 19.0.0
react-native: 0.79.2 => 0.79.2
Expo Workflow: bare
13/15 checks passed. 2 checks failed. Possible issues detected:
Use the --verbose flag to see more details about passed checks.
✖ Check for app config fields that may not be synced in a non-CNG project
This project contains native project folders but also has native configuration properties in app.json, indicating it is configured to use Prebuild. When the android/ios folders are present, EAS Build will not sync the following properties: scheme, orientation, icon, userInterfaceStyle, splash, ios, android.
Advice:
Add '/android' and '/ios' to your .gitignore file if you intend to use CNG / Prebuild. Learn more: https://docs.expo.dev/workflow/prebuild/#usage-with-eas-build
✖ Validate packages against React Native Directory package metadata
The following issues were found when validating your dependencies against React Native Directory:
No metadata available: react-native-async-storage
Advice:
Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.
2 checks failed, indicating possible issues with the project.
### Error output
_No response_
### Reproducible demo or steps to reproduce from a blank project
1. npx create-expo-app --template
2. name: my-demo-project
3. cd my-demo-project
4. npx expo install expo-dev-client
5. eas build:configure
6. Y
7. All
8. Build request failed. Make sure you are using the latest eas-cli version. If the problem persists, report the issue
Contributor guide
Assessment
This issue has not been assessed yet.