Build/Submit details page URL
https://stars-dd6b4.web.app
Summary
Since approximately 22/03/2026 at 10 PM (UTC+1), every EAS build fails at the "Prepare project" phase with:
tar -C /home/expo/workingdir/build --strip-components 1 -zxf /home/expo/workingdir/project.tar.gz exited with non-zero code: 2
15+ consecutive builds have failed. The last successful build ran on 22/03/2026 at 10:23 AM using the exact same codebase, .easignore, and eas.json. No
code changes were made between the last successful build and the first failure.
Steps to reproduce
- Run eas build --platform android --profile preview on Windows 11 with EAS_NO_VCS=1
- Archive uploads successfully (~839 KB)
- Build fails immediately at "Prepare project" with tar exit code 2
What I have tried
- Switching build images: latest, default, sdk-54
- Running with --clear-cache
- Excluding additional directories via .easignore
- Fresh npm install
- Local tar creation and extraction — works fine
Environment
┌──────────────┬────────────────────────────┐
│ │ │
├──────────────┼────────────────────────────┤
│ EAS CLI │ 18.4.0 │
├──────────────┼────────────────────────────┤
│ Expo SDK │ 54 │
├──────────────┼────────────────────────────┤
│ React Native │ 0.81.5 │
├──────────────┼────────────────────────────┤
│ Node.js │ v24.14.0 │
├──────────────┼────────────────────────────┤
│ OS │ Windows 11 │
├──────────────┼────────────────────────────┤
│ VCS mode │ EAS_NO_VCS=1 (no git repo) │
└──────────────┴────────────────────────────┘
Build links
The failure appears to be server-side: nothing changed between builds, local tar works, and archive size is consistent.
Managed or bare?
Managed
Environment
| Workflow | Managed |
| Build environment | preview |
Error output
Build failed
tar -C /home/expo/workingdir/build --strip-components 1 -zxf /home/expo/workingdir/project.tar.gz exited with non-zero code: 2
Reproducible demo or steps to reproduce from a blank project
Build/Submit details page URL
https://stars-dd6b4.web.app
Summary
Since approximately 22/03/2026 at 10 PM (UTC+1), every EAS build fails at the "Prepare project" phase with:
tar -C /home/expo/workingdir/build --strip-components 1 -zxf /home/expo/workingdir/project.tar.gz exited with non-zero code: 2
15+ consecutive builds have failed. The last successful build ran on 22/03/2026 at 10:23 AM using the exact same codebase, .easignore, and eas.json. No
code changes were made between the last successful build and the first failure.
Steps to reproduce
What I have tried
Environment
┌──────────────┬────────────────────────────┐
│ │ │
├──────────────┼────────────────────────────┤
│ EAS CLI │ 18.4.0 │
├──────────────┼────────────────────────────┤
│ Expo SDK │ 54 │
├──────────────┼────────────────────────────┤
│ React Native │ 0.81.5 │
├──────────────┼────────────────────────────┤
│ Node.js │ v24.14.0 │
├──────────────┼────────────────────────────┤
│ OS │ Windows 11 │
├──────────────┼────────────────────────────┤
│ VCS mode │ EAS_NO_VCS=1 (no git repo) │
└──────────────┴────────────────────────────┘
Build links
The failure appears to be server-side: nothing changed between builds, local tar works, and archive size is consistent.
Managed or bare?
Managed
Environment
| Workflow | Managed |
| Build environment | preview |
Error output
Build failed
tar -C /home/expo/workingdir/build --strip-components 1 -zxf /home/expo/workingdir/project.tar.gz exited with non-zero code: 2
Reproducible demo or steps to reproduce from a blank project