linux环境运行electron报chrome-sandbox错误解决办法

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

linux环境运行electron报chrome-sandbox错误解决办法

上一篇:简单总结把nginx日志通过logstash输入到oracle的方法


下一篇:[PHP] 生成数据库字典的PHP代码支持PDO扩展