Closed vuk-nikolic closed 5 years ago
This way no need to use PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1. Normal npm i and serverless invoke local -f would work as well as live for AWS when using headless_shell.
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
npm i
serverless invoke local -f
headless_shell
Can we get this merged in? Seems a good insurance policy to avoid the risk of installing chromium cruft.
Thanks @vuk-nikolic !
This way no need to use
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
. Normalnpm i
andserverless invoke local -f
would work as well as live for AWS when usingheadless_shell
.