linux運行electron報如下錯誤:
FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /home/user/Desktop/aep/source/build/linux-unpacked/chrome-sandbox is owned by root and has mode 4755.
使用以下命令解決:
sudo chown root chrome-sandbox && sudo chmod 4755 chrome-sandbox
也可以在啟動的控制台加上 --no-sandbox參數