Skip to content

Instantly share code, notes, and snippets.

@andybe
Created November 25, 2020 10:33
Show Gist options
  • Save andybe/c315ade6904cd4a0d197f9f4fe4ce991 to your computer and use it in GitHub Desktop.
Save andybe/c315ade6904cd4a0d197f9f4fe4ce991 to your computer and use it in GitHub Desktop.
electron global installation
sudo -s (su -)
npm install -g electron --unsafe-perm=true --allow-root
chmod 4755 /usr/local/lib/node_modules/electron/dist/chrome-sandbox
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment