CA
ratty-blush
Puppeteer actor dockerfile via nixpacks?
Hello, I'm trying to build a typescript puppeteer crawler with nixpacks, I can't seem to get the puppeteer dependencies to work how they should.
Build completes just fine..
Here's my nixpacks.toml file:
This is the error:
Error: Could not find Chromium (rev. 1108766). This can occur if either
1. you did not perform an installation before running the script (e.g.
npm install
) or
2. your cache path is incorrectly configured (which is: /home/myuser/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.1 Reply
ratty-blushOP•2y ago
Does anyone have experience getting puppeteer to work with nixpacks?