thows write EPIPE and publish stops in ejected app.

tried this => EXPO_DEBUG=true expo publish --release-channel=‘beta’

Uploading assets
No assets changed, skipped.
Processing asset bundle patterns:
- /Users/Manoj/workspaces/[project name]/Assets/images/noInternet.png
Uploading JavaScript bundles
write EPIPE

expo diagnostics

    System:
      OS: macOS 10.14.5
      Shell: 5.3 - /bin/zsh
    Binaries:
      Node: 11.10.1 - /usr/local/bin/node
      npm: 6.9.0 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    IDEs:
      Android Studio: 3.3 AI-182.5107.16.33.5314842
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^31.0.4 => 31.0.6
      react: 16.5.0 => 16.5.0
      react-native: https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz => 0.57.1
      react-navigation: ^3.3.2 => 3.9.1
    npmGlobalPackages:
      expo-cli: 2.18.2

Hey @manojmohan, do you happen to have a lot of assets in your app?

Yes, I do have a lot of assets. Now, publishing works sometimes and sometimes thows this ‘write EPIPE’ error

Ah okay, I’ll ask about this internally as this was a similar issue (although build command related), but seemed to be fixed

Could you share the stack trace?

I am getting this error when I am trying to publish the project. I don’t see any stacktrace other than write EPIPE. Is there a way to get more stacktrace? Also this is inconsistent. Sometime it happens and sometimes it doesn’t.

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