I am trying to install PUPPETEER in windows 10 using below command and getting an error.
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 below option, still getting the same error
npm install -g puppeteer --unsafe-perm=true --allow-root