Sorry, idk what you mean by that, so I'm going to explain the long way.
What I did was: download your zip file from GitHub, unzipped it, then navigated to the unzipped folder via Command Prompt and executed "python3 Discord\ Legacy.py".
With node-v10.0.0 installed (which apparently includes up to node-v10.10.0 in my testing here), I got this:
Running locally
✅ Node.js 10.10.0 installed
✅ Node Package Manager 6.4.1 installed
CANNOT RUN WITH NODE 10.10.0
asar requires Node >=10.12.0.
❌ Asar library is not installed! Please install it by running 'npm i
@Electron/asar'.[/CODE]
[192

iscord-Legacy-main UltimateKuriboh$ npm i
@Electron/asar
npm WARN saveError ENOENT: no such file or directory, open '/Users/UltimateKuriboh/Downloads/Discord-Legacy-main/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/UltimateKuriboh/Downloads/Discord-Legacy-main/package.json'
npm WARN Discord-Legacy-main No description
npm WARN Discord-Legacy-main No repository field.
npm WARN Discord-Legacy-main No README data
npm WARN Discord-Legacy-main No license field.
+
@Electron/
asar@3.2.4
updated 1 package and audited 27 packages in 0.796s
found 0 vulnerabilities
If I tried to execute "python3 Discord\ Legacy.py" afterward, I just got a repeat of the first output, telling me that "Asar library is not installed". So, I downloaded Node v.10.12.0, and that allowed me to proceed without any problems. (I forget what happened when I tried again after downloading/installing Node v.10.12.0, and I can't replicate it because "
@Electron/asar 3.2.4" is already installed on my computer now. All I know is that I didn't have any roadblocks after that.)