im trying to run Puppeteer and im getting this error
“UnhandledPromiseRejectionWarning: Error: Could not find expected browser (chrome) locally. Runnpm install to download the correct Chromium revision (1045629).”
It looks like you’ll need to make sure your build process installs Chromium, none of Render’s services come with Chromium pre-installed. It looks like your error message is suggesting you use npm to install Chromium.
Alternatively, I do see Puppeteer has a Docker image that includes Chromium, see https://pptr.dev/guides/docker. That page includes a link to a Dockerfile you could use as a starting point to deploy to Render.