CommandError: Unexpected response when fetching version info from Expo servers: undefined. react native Expo

Hello Everyone I am having an issue on my expo app. When I'm trying to run npm start command the following error apears

CommandError: Unexpected response when fetching version info from Expo servers: undefined.

I have node version 16.15.0, npm 8.5.5 and expo cli 5.4.12

I also saw expo status website and everything seems fine.

Upvotes: 8

Views: 8219

Answers (4)

olaleye olabanjo
olaleye olabanjo

Reputation: 148

It is network issue. My quick solution was to ran yarn expo start --offline. But after sometime yarn start work, i guess when network was back.

Upvotes: 1

micomec
micomec

Reputation: 71

Run expo start and you should be good to go! Ran into the same issue and this solved it.

Upvotes: 0

Run npx expo start -c and it will work again. :)

Upvotes: 0

RussJT007
RussJT007

Reputation: 54

I had to do a yarn install when I got that, which fixed it.

Upvotes: 3

Related Questions