Closed rpesciotta closed 4 years ago
I sorted it out. For some reason I had fibers@2.0.0 in my package.json from a long time ago, no longer needed. I'm still not entirely sure why it was not able to be compiled, but since I removed it, everything else works fine.
Hi,
I'm trying for the first time to use this image. My app is using meteor 1.10.2 (node 12.16.1). I build it for os.linux.x86_64 and it always fails with error messages about failure to build fibers:
I initially tried using meteorup on an ubuntu 18.04 ec2 instance on aws, and it failed. I found some discussions mentioning ubuntu 16.04 would be more compatible, so I tried it, but same error.
Since it could be related to the aws environment and/or what meteor does during deploying, I decided to try it locally on my machine (macOS), directly with the
abernix/meteord:node-12-base
image.But unfortunately I get exactly the same error. I conclude the problem is then in the image itself. Anyone having the same problem?