-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
Got stuck on the same problem. How did you fix this? |
The solution for this issue could be found at here |
I am using this in US with AWS ec2 us-west-1 instance. |
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. |
{ [Error: EACCES: permission denied, mkdir '/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 |
Glad to hear that you had fixed it. It seems that you have a local file system permission issue. |
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' }
The text was updated successfully, but these errors were encountered: