Created
November 25, 2020 10:33
-
-
Save andybe/c315ade6904cd4a0d197f9f4fe4ce991 to your computer and use it in GitHub Desktop.
electron global installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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