FetchError reason: connect ENETUNREACH

Please provide the following:

  1. SDK Version: 47
  2. CMD and GitBash

Hello everyone. I’m facing this problem after upgrade from SDK 46 to 47, following the guide (https://blog.expo.dev/expo-sdk-47-a0f6f5c038af).
Ran the command expo-cli doctor after previous steps and get “Unable to reach Expo servers. Falling back to using the cached dependency map (bundledNativeModules.json) from the package “expo” installed in your project.” - FetchError: request to https://api.expo.dev/v2/versions/latest failed, reason: connect ENETUNREACH 0.0.12.56:80.

Also I’ve setted the proxy config
npm config set proxy http ://myproxycompany:proxyport
npm config set https-proxy http ://myproxycompany:proxyport

Without proxy also got same error.

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