omoaram
February 13, 2023, 1:18pm
1
Hello all,
I have been trying to build using eas build, and keep getting the following error:
Select platform › Android
Using remote Android credentials (Expo server)
Using Keystore from configuration: Build Credentials Bm5cLd1-en (default)
Compressing project files and uploading to EAS Build. Learn more
Error: EPERM: operation not permitted, scandir ‘/Users/oaooaoll/.Trash’
Code: EPERM
I have checked various forums for solutions and still unable to get past this.
Would appreciate som leadway on this.
Thanks
Oao
wkozyra
February 13, 2023, 3:32pm
2
Where is a root of your git repository? It looks like eas is trying to pack your entire home dir to send to EAS.
omoaram
February 13, 2023, 4:12pm
3
Thanks
It is at
/Users/oaooaoll
omoaram
February 13, 2023, 4:27pm
4
Thanks so much wkozyra Expo Team
You gave me a lead. Used ChatGpt to assist me find where my git repo was, and where it should be. Then what to do because my project had no git repo.
git init
git add .
git commit -m “Initial commit”
Never knew git could cause this and spent the whole of today trying all sorts.
Thanks so much. I have progress now.
1 Like
system
Closed
March 5, 2023, 4:27pm
5
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.