Unable to reach expo servers
Asked Answered
W

8

11

Unable to reach Expo servers. Falling back to using the cached dependency map (bundledNativeModules.json) from the package "expo" installed in your project.

Watery answered 3/8, 2022 at 9:55 Comment(1)
i run my react native project using "npm start" above error will occurs , solution will be apreciatedWatery
C
9

Instead of writing npm start use expo start

Contain answered 30/8, 2022 at 9:57 Comment(2)
please write sample codeSimonasimonds
expo start is the exact commandRose
I
7

This could be a network error. Try running the project with the offline flag: npx expo start --offline

Ischia answered 8/2, 2023 at 14:18 Comment(0)
B
0

if you are using expo cli -g 46 above run: npx expo start

Berndt answered 16/11, 2022 at 3:9 Comment(0)
F
0

I encountered the same problem and flushing DNS cache worked for me.

Fontenot answered 28/6, 2023 at 9:4 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Bergess
A
0

When facing the problem of being unable to reach expo server, try to solve it using the following command: 'expo r -c'

Auckland answered 6/7, 2023 at 4:55 Comment(0)
G
0

Encountered the same below error

Unable to reach Expo servers. Falling back to using the cached dependency map (bundledNativeModules.json) from the package "expo" installed in your project

Inside the root directory of the project

Run following command `

npx expo start --clear

`

Guilt answered 12/7, 2023 at 11:10 Comment(0)
B
0

Just do a cleanup and rebuild your modules Follow the below steps:

delete node_modules .expo .vscode
npm cache clean --force
npm install
npx expo install
npx expo start --clear
Breaking answered 13/7, 2023 at 21:48 Comment(0)
E
-5

Please consider this, and/or clarify the question.

Creating an expo app:

npx create-expo-app my-app

Navigating into project folder:

cd my-app

Launching an expo application:

expo start
Emmerich answered 3/8, 2022 at 10:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.