I am trying to launch any electron application. When I just try to run app with npm start I get an error Running as root without `--no-sandbox` is not supported I edit start script from "electron ." to "electron --no-sandbox ." and get the new error The futex facility returned an unexpected error code./mnt/c/Users/Oleg/electron-quick-start/node_modules/electron/dist/electron exited with signal SIGABRT. I can't find the answer to this question on Google, help plase guys.
My environment is: Windows 10 2004,
Ubuntu 18.04 LTS, Node.js 12, Visual Studio Code