I am trying to install Puppeteer in Windows 10 using the below command and am getting an error.
The command used to install Puppeteer:
npm install --save PUPPETEER
Error:
ERROR: Failed to set up Chromium r782078! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
Error: self signed certificate in certificate chain
I have also tried the below option, but I am still getting the same error.
npm install -g puppeteer --unsafe-perm=true --allow-root