nextjs,tailwindcss,vercel

EPERM: operation not permitted, scandir Trash 오류

주영 🐱 2024. 11. 15. 13:34
728x90
반응형

eas build 하는 과정에서 EPERM: operation not permitted, scandir '/.Trash 

  muhammedsowan@Muhammeds-Mac-mini coach-admin-app %  EAS build 
✔ Select platform › Android
✔ Using remote Android credentials (Expo server)
✔ Using Keystore from configuration: Build Credentials WVpHwlx0HX (default)

Compressing project files and uploading to EAS Build. Learn more
EPERM: operation not permitted, scandir '/Users/muhammedsowan/.Trash'
    Error: build command failed.

 

해결방법 

git init
git add .
git commit -m "Initial commit"

반응형