Unable to find expo in this project - have you run yarn / npm install yet?. Cant even run a new project with expo init.

expo diagnostics

Expo CLI 4.11.0 environment info:
System:
OS: Windows 10 10.0.19042
Binaries:
Node: 14.17.0 - C:\Program Files\nodejs\node.EXE
npm: 7.12.1 - C:\Program Files\nodejs\npm.CMD
SDKs:
Android SDK:
API Levels: 23, 26, 27, 28, 29, 30
Build Tools: 27.0.3, 28.0.3, 29.0.2, 29.0.3
System Images: android-23 | Intel x86 Atom, android-23 | Intel x86 Atom_64, android-23 | Google APIs
Intel x86 Atom_64, android-25 | Google Play Intel x86 Atom, android-26 | Google Play Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google Play Intel x86 Atom
IDEs:
Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6241897
Expo Workflow: managed

Hey @wokeupsober sorry you’re running into issues getting started with Expo. Can you ensure that the node_modules folder contains the expected packages in the project. Also, can you let me know how you are trying to run your project? (Such as with a phys device, emulator, etc)

Cheers,
Adam

Yes it is running in package.json

“expo”: “^42.0.0”,

“expo-font”: “~9.2.1”,

"expo-status-bar": "^1.0.4",

"native-base": "^3.1.0",

"react": "~17.0.2",

"react-dom": "~17.0.2",

"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",

"react-native-bottomsheet-reanimated": "0.0.44",

"react-native-carousel-cards": "^1.2.1",

I’m running it using the Expo Go app , my laptop cant run android emulator because of some bios issues. The previous build was working until i updated the app now it says it needs SDK 39 or more.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.