Replies: 1 comment
-
|
Hi, late to the party, so I'm pretty sure you've figured something out since, but leaving this reply here in case it helps somebody else. I am running an electron project with electron-forge inside a node:22 Docker container on WSL2. I've been having issues with the same argument while trying to run the The thing that ended up working for me was setting the environment variable Have a good one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm having an issue getting this to work. I tried editing the package.json file to add in the --no-sandbox argument, but it only works if I change it to say "yarn --no-sandbox." Then it doesn't load the package at all.
This is on Linux if that matters any. I am not using the Docker version.
It does link me to https://crbug.com/638180 and appears to be a Chromium issue. I simply don't know where to add in the --no-sandbox argument in the code! Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions