Deno compile target error
Hello, I am trying to compile a Deno api using
I also tried with
deno --unstable ./path/to/api/index.ts --output ./path/to/output/api but am getting the following error:I also tried with
--target aarch64-apple-darwin to no avail. I see that the that the @next/swc-linux-arm64-gnu package is missing while the deno supported platform are present (see image). Why is the @next dependency causing this issue and how can I tell Deno to ignore those unsupported platforms while compiling?
