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

ERROR: Failed to download Chromium r549031! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. #2

Open
T0T4R4 opened this issue May 2, 2018 · 5 comments
Labels

Comments

@T0T4R4
Copy link

T0T4R4 commented May 2, 2018

Just FYI for everyone I had the following error when trying to install puppeteer-loadtest globally :
ERROR: Failed to download Chromium r549031! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.

The solution I found was to set the flag right before running the npm command, like this :
echo "export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true && npm install -g puppeteer" | sudo sh

@svenkatreddy
Copy link
Owner

@T0T4R4 Thanks for the information.
Were your scripts working as expected after that ?

@T0T4R4
Copy link
Author

T0T4R4 commented Aug 10, 2018

Yes I think so :D

@dextermb
Copy link

dextermb commented Oct 2, 2018

@T0T4R4 you need chromium to be installed to run puppeteer.

@T0T4R4
Copy link
Author

T0T4R4 commented Oct 11, 2018

@dextermb the error came up probably because Chromium was already installed.

@wmedali
Copy link

wmedali commented Oct 29, 2018

I had the same issue, it was due to proxy settings of the company, I ended up disabling proxy and installing with my own internet connection and it was downloaded & installed correctly

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

4 participants