Open SkyHacks opened 10 months ago
I'm confident my internet connection was stable and available during the attempts. It always failed at the same point with the same error message.
Hi @SkyHacks, how are things with you?
What is your environment? (Hardware, OS, yarn version)?
If you remove your node_modules
and run yarn install
from the top of the repo, do you also run into this problem?
Hi @tjanczuk, I'm doing great! Thanks for making this, it's super cool.
My environment is 2021 MacBook Pro, Apple M1 Pro chip, 16GB RAM, macOS Sonoma 14.2.1, yarn version 1.22.4.
Just tried removing node_modules
and yarn install
ran fine. No issues there.
I followed the "First deployment To AWS" documentation and failed to successfully execute the
yarn buildx
command after several attempts.I was eventually able to workaround the issue by changing apps/web/Dockerfile:26 from:
RUN yarn install
to:RUN yarn install --network-timeout 100000
The workaround comes from this issue on the yarn repo and feels like a hack to me but I really don't have the context to say for sure.Here is the error message: