-
Notifications
You must be signed in to change notification settings - Fork 138
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
Error: spawn EACCES #9
Comments
@eskimoblood need more info, what javascript script you run inside docker, how you mount it your project scripts into container paste here your |
EDIT: Since mapping my custom folder to the root the solution was to map one level lower: Same here. I get the following:
Additional info: puppeteer.launch({
args: [ '--no-sandbox', '--disable-setuid-sandbox' ]
}) This works just fine with: but that's not an option since I need to pass additional arguments to the script. |
what is root password. help. sudo does not work! |
The version
1.1.0
throws anError: spawn EACCES
when I try to launch puppeteer. Not sure if this important but I have puppeteer installed locally in my project.The text was updated successfully, but these errors were encountered: