GregAtFramework
                                            GregAtFramework
                                        
                                    I'm also experiencing this issue. It's not a monorepo. When I set `EXPO_DEBUG=1` then I get `JavaScript heap out of memory`. ``` Run eas update --branch demo --message "Testing" -...
@teovillanueva Yes, it did work for me. You can set it like this : ``` - run: 'eas update --branch demo --message "Testing"' env: NODE_OPTIONS: "--max-old-space-size=8192" EXPO_DEBUG: 1 ```
@dariusmandres Thank you for this workaround - it has helped us enormously.
Hi @neopit, this has been an issue for numerous customers over the last seven months - see #1179 and #1283. Stream have not managed to fix it, but the community...
I used to suffer from this, but don't seem to anymore. Not sure if this was how I fixed it, but it might be a workaround that helps others: Use...