Skip to content
Discussion options

You must be logged in to vote

Hi! This isn't an issue with your install, and actually not an eoas bug either. Your log shows the iOS and Android bundles compiled fine (5283/5404 modules), so expo-router resolves correctly from your project.

The export only fails at the web static rendering step (web.output: "static" in your app config, which is the default for expo-router templates).

  1. If you don't need web: remove web from platforms in your app.json (or set "web": { "output": "single" } to at least skip static rendering). Note that the web export is never used for OTA anyway: expo-updates only serves iOS/Android, so it's wasted work during publish.
  2. The classic pnpm fix recommended by Expo: add node-linker=hoisted to y…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by axelmarciano
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #104 on July 21, 2026 12:29.