Closed DamienIrving closed 3 months ago
Following step 1 of the transition guide, MacOS users will get the following error:
Pandoc binaries for arm64 on Mac are available for 3.1.2 and above only
I solved this problem by replacing all references to version 2.19.2 (e.g. pandoc_activate("2.19.2")) to reference version 3.1.2 instead.
pandoc_activate("2.19.2")
Closed by #96
Following step 1 of the transition guide, MacOS users will get the following error:
I solved this problem by replacing all references to version 2.19.2 (e.g.
pandoc_activate("2.19.2")
) to reference version 3.1.2 instead.