Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 21:54
Show Gist options
  • Save BuddhiLW/bd99b5534a6475ef9774c1279083c3ac to your computer and use it in GitHub Desktop.
Save BuddhiLW/bd99b5534a6475ef9774c1279083c3ac to your computer and use it in GitHub Desktop.
Install electron and permission to run sandbox
#!/usr/bin/bash
sudo npm install -g electron
sudo chown root:root /usr/local/lib/node_modules/electron/dist/chrome-sandbox
sudo chmod 4755 /usr/local/lib/node_modules/electron/dist/chrome-sandbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment