yarn install has taken 11 minutes so far

I’m trying to deploy a Node app to Fly (with docker), and the yarn install has taken 11 minutes and still isn’t complete – is this normal or is there something wrong?

This showed up but is only an issue on M1 macs per google

=> => # #                                                                                             
 => => # # Fatal process OOM in Failed to reserve virtual memory for CodeRange                         
 => => # #                                                                                             
 => => # qemu: uncaught target signal 5 (Trace/breakpoint trap) - core dumped     

Yes, that is docker crashing on an m1 mac. This happens when it tries to build an x86 image.

You can try running fly deploy --remote-only to use our Docker builder.

1 Like