-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SUID sandbox helper binary was found, but is not configured correctly #4
Comments
Sorry seems to be something specific to WSL which I haven't come across. Were you able to get it to work? |
No. Gave up. |
Yeah sorry about that I hadn't heard of such a thing before. Sounds like it's new to Electron 5.0+ as well. This seems to have the fix in there somewhere: electron/electron#17972 Can't really test it myself as I can't replicate it as I'm on OS X but if you find something that works I'm happy to merge a pull request! :) |
I'm no longer listening to this thread. Good luck! |
I found the easiest way is to install electron on Windows then start it from WSL. Steps: Make sure you have Node.js & npm installed on your Windows machine (you can remove them afterwards) Open cmd.exe, move to your project directory and run npm install electron --save-dev. This will install the Windows version of the prebuilt Electron binary instead of the Linux one, which would occur if you try to install from WSL. (This is the actual trick) Enter Bash on Ubuntu on Windows, move to your project directory then run ./node_modules/.bin/electron (or use an npm script) to launch your Electron app Though, I'm not sure this is very convenient, it seems to work well. I hope this will help people encoutering the same issue in the future! |
Thank you @ubaid-desynova ! @mslinn Maybe this will solve your problem? |
Here is an other solution to avoid installing Node and NPM to your host machine:
|
Thanks @kerwanp ! I'm gonna leave this issue open just so people can find your solution more easily if they run into this. |
@kerwanp thank you very much I abandoned learning about Elecron becasue of this. thanks to you I am back at it again |
Seems the installation instructions should have mentioned the need for setting up chrome-sandbox properly. I'm running on WSL and get this.
The text was updated successfully, but these errors were encountered: