After a few long hours, I finally managed to run init.sh and make dist. I had to make many changes to various files, such as updating paths to locate the Homebrew installations. However, now I’m stuck at the following:
WARN[0000] Debugging enabled type=debug_status
INFO[0000] auto network interface set; using en0 interface_name=en0 type=default_iface
listErr:unimplemented
This is what I get when I run ./run --debug
Biggest changes
node12 -> node20
ffmpeg, since the version that is fetched is not compatible with arm architecture, I needed to fetch it from brew
Anyone facing the same issue?
After a few long hours, I finally managed to run init.sh and make dist. I had to make many changes to various files, such as updating paths to locate the Homebrew installations. However, now I’m stuck at the following:
This is what I get when I run
./run --debugBiggest changes
node12 -> node20
ffmpeg, since the version that is fetched is not compatible with arm architecture, I needed to fetch it from brew
Anyone facing the same issue?