Artificial intelligent assistant

I can't execute Electron in Debian 10 I installed Electron on my device, but when I call it using command line and I type `electron` or `electron --version` then this error comes up : [13888:0902/090414.973855:FATAL:setuid_sandbox_host.cc(157)] 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 /usr/lib/node_modules/electron/dist/chrome-sandbox is owned by root and has mode 4755. Also `chrome-sandbox` is owned by root I made sure of that. However I don't know how to find out about its mode number. I've been searching in Google and other websites but I couldn't find any solution to solve this issue and start working with Electron.

You can fix the mode of the file by running


chmod 4755 /usr/lib/node_modules/electron/dist/chrome-sandbox


as root (or with `sudo`).

To see the current mode, run


stat /usr/lib/node_modules/electron/dist/chrome-sandbox


and look at the “Access” line — this will show the mode in both octal format (four octal digits as used in the error message) and symbolic format (as used in `ls -l`’s output).

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 6096e62c8156b90b5064967f7304d7cf