You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expo doctor
┌─────────────────────────────────────────────────────────────────────────┐
│ │
│ There is a new version of expo-cli available (6.3.2). │
│ You are currently using expo-cli 6.0.8 │
│ Install expo-cli globally using the package manager of your choice; │
│ for example: `npm install -g expo-cli` to get the latest version │
│ │
└─────────────────────────────────────────────────────────────────────────┘
Expected package @expo/config-plugins@^5.0.2
Found invalid:
@expo/[email protected]
@expo/[email protected]
(for more info, run: npm why @expo/config-plugins)
Some dependencies are incompatible with the installed expo package version:
- @shopify/flash-list - expected version: 1.3.1 - actual version installed: 1.4.1
- expo-av - expected version: ~13.0.3 - actual version installed: 13.0.2
- expo-linking - expected version: ~3.3.1 - actual version installed: 3.3.0
- expo-location - expected version: ~15.0.1 - actual version installed: 15.1.1
- react-native-maps - expected version: 1.3.2 - actual version installed: 1.4.0
- react-native-reanimated - expected version: ~2.12.0 - actual version installed: 2.13.0
Error output
Reproducible demo or steps to reproduce from a blank project
Haven't been able to get to a reproducible demo yet.
The text was updated successfully, but these errors were encountered:
henrymoulton
changed the title
Issue using Expo Update in GitHub Actions
Issue using Expo Update in GitHub Actions, says I haven't ran eas init
Apr 7, 2023
The error was caused because the working-directory was omitted. It's not really clear that the default working-directory does not apply to plugins in GitHub actions.
Build/Submit details page URL
No response
Summary
Part of my config has:
Managed or bare?
bare
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Haven't been able to get to a reproducible demo yet.
The text was updated successfully, but these errors were encountered: