-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v15+ seems to break eas build #2882
Comments
Hey, thanks for the report. Looks like since v15 on Windows we don't ignore the Looking into it. Sorry for the trouble of having to figure out v15 broke your setup. |
Hi @superdopey. I think I have a fix for Can you please:
According to my testing |
Hi @sjchmiela, we are probably facing the same issue (but it might be a different issue related to the same change). Since eas-cli@15 our builds on GitHub CI started failing with this error:
I guess it's because node_module files. I also tried it now with [email protected], requireCommit: true and .easignore deleted with the same result: |
@sjchmiela Thank you so much, i started going crazy. Anyhow, great fix! |
Hi, I had to install the [email protected] to fix it |
Build/Submit details page URL
https://expo.dev/accounts/superdopey/projects/topr-pay/builds/2090b375-36de-435d-91c8-983bae11681c
Summary
I upgraded eas-cli from v14.7.1 to v15.0.4
Afterwards my EAS builds fail, whereas before they would build fine. I reverted back to v14.7.1 again, EAS builds work again.
Managed or bare?
Managed
Environment
expo-env-info 1.2.2 environment info:
System:
OS: Windows 11 10.0.22635
Binaries:
Node: 20.18.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
npm: 10.8.2 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 2020.3.0.0 AI-203.7717.56.2031.7678000
npmPackages:
expo: ~52.0.30 => 52.0.30
expo-router: ~4.0.17 => 4.0.17
react: 18.3.1 => 18.3.1
react-dom: 18.3.1 => 18.3.1
react-native: 0.76.6 => 0.76.6
react-native-web: ~0.19.13 => 0.19.13
Expo Workflow: managed
Enabled experimental React Native Directory checks. Unset the EXPO_DOCTOR_ENABLE_DIRECTORY_CHECK environment variable to disable this check.
✔ Check package.json for common issues
✔ Check Expo config for common issues
✔ Check native tooling versions
✔ Check if the project meets version requirements for submission to app stores
✔ Check for common project setup issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for app config fields that may not be synced in a non-CNG project
✔ Check for issues with Metro config
✔ Check npm/ yarn versions
✖ Validate packages against React Native Directory package metadata
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK
Detailed check results:
The following issues were found when validating your dependencies against React Native Directory:
Untested on New Architecture: lucide-react-native, react-native-nfc-manager
Unmaintained: react-native-event-listeners, redux-persist
No metadata available: @expo/html-elements, @gluestack-ui/accordion, @gluestack-ui/actionsheet, @gluestack-ui/alert, @gluestack-ui/alert-dialog, @gluestack-ui/avatar, @gluestack-ui/button, @gluestack-ui/checkbox, @gluestack-ui/divider, @gluestack-ui/fab, @gluestack-ui/form-control, @gluestack-ui/icon, @gluestack-ui/image, @gluestack-ui/input, @gluestack-ui/link, @gluestack-ui/menu, @gluestack-ui/modal, @gluestack-ui/nativewind-utils, @gluestack-ui/overlay, @gluestack-ui/popover, @gluestack-ui/pressable, @gluestack-ui/progress, @gluestack-ui/radio, @gluestack-ui/select, @gluestack-ui/slider, @gluestack-ui/spinner, @gluestack-ui/switch, @gluestack-ui/textarea, @gluestack-ui/toast, @gluestack-ui/tooltip, @hookform/resolvers, @legendapp/motion, async-mutex, eventemitter3, tailwindcss
Advice:
Error output
No response
Reproducible demo or steps to reproduce from a blank project
The text was updated successfully, but these errors were encountered: