Skip to content
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

Failed to download Chromium r543305 #1145

Closed
MozLee opened this issue Apr 7, 2018 · 6 comments
Closed

Failed to download Chromium r543305 #1145

MozLee opened this issue Apr 7, 2018 · 6 comments
Labels

Comments

@MozLee
Copy link

MozLee commented Apr 7, 2018

ERROR: Failed to download Chromium r543305! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: EACCES: permission denied, mkdir '/root/web/www/node_modules/puppeteer/.local-chromium'
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/root/web/www/node_modules/puppeteer/.local-chromium' }

@MozLee MozLee closed this as completed Apr 7, 2018
@demobo-com
Copy link

Got stuck on the same problem. How did you fix this?

@huan
Copy link
Member

huan commented Dec 19, 2018

The solution for this issue could be found at here

@huan huan added the question label Dec 19, 2018
@demobo-com
Copy link

I am using this in US with AWS ec2 us-west-1 instance.

@huan
Copy link
Member

huan commented Dec 19, 2018

So your issue is not related to this issue anymore.

I'd like to suggest you change your VPS from AWS to another cloud provider and try again.

@demobo-com
Copy link

{ [Error: EACCES: permission denied, mkdir '/web/carpedm/ec2/node_modules/wechaty/node_modules/puppeteer/.local-chromium']
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path:
'/web/carpedm/ec2/node_modules/wechaty/node_modules/puppeteer/.local-chromium' }

This is the error I get.

sudo npm install wechaty-puppet-puppeteer@^0.14.1 --unsafe-perm=true --allow-root
This fixes it.

@huan
Copy link
Member

huan commented Dec 20, 2018

Glad to hear that you had fixed it. It seems that you have a local file system permission issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants