Expo publish failed

  1. SDK Version: expo sdk 34
  2. Platforms(Android/iOS/web/all): android and ios

when i publish my expo app I get this error
events.js:174

  throw er; // Unhandled 'error' event
  ^

Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
Emitted ‘error’ event at:
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)

read ECONNRESET

Hey @shadymoner,

With your project folder as the current working directory, can you try running rm -rf .expo and see if that helps?

Cheers,
Adam

1 Like

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