This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Description
Hi,
Before we start, I'm fully aware that atom is only supported on Linux 64-bit however, I know that JavaScript runs on bytecode, which is universal, so I'm trying to install it for an i386 machine by installing it from source. If I'm wrong, please explain.
But when I run ./script/boostrap I get an error about an unexpected error
Ill add a screenshot in a bit, but the gist is that there's an unexpected token
verify-machine-requirements.js:97
} catch {}
^
Unexpected token {
Edit
Here's a dump of the error
/home/aaron/Workspace/atom-1.58.0/script/lib/verify-machine-requirements.js:97
} catch {}
^
SyntaxError: Unexpected token {
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:616:28)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/home/aaron/Workspace/atom-1.58.0/script/bootstrap:14:35)