netlify-functions-headless-chrome
netlify-functions-headless-chrome copied to clipboard
Chromium revision is not downloaded
trafficstars
I'm getting this error when making a request to this function locally. I am using netlify dev btw. I can send you the repo if you need. Not sure what's going on.
error Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
at Launcher.launch (/Users/mgregg/repos/allergies/.netlify/functions/get-allergy-info/node_modules/puppeteer-core/lib/Launcher.js:119:15)
Running into the same issue. Has anyone overcome this?
Running into this as well. It's cumbersome to test against the Netlify servers.
You'll want to add puppeteer for local developement: yarn add puppeteer -D. This should fix it.