Struggling to configure Atom for AE scripting on Mac
I am following a video tutorial series on AE scripting. I've downloaded Atom and installed the process-palette package to allow me to run AE scripts from the editor. The command that I was told to use was:
osascript -e 'tell application "Adobe After Effects CC 2020" to activate' -e 'tell application "Adobe After Effects CC 2020" to DoScriptFile "{fileAbsPath}"'
But whenever I try to run a script, I get the following error:

