I have chromium installed and use it as browser. However I get this error when running the CLI command:
Start loading OBJ data from: data/building.obj
Extracted 160 triangles from OBJ file: building.obj
Error: Failed to launch Puppeteer browser: Could not find Chrome (ver. 142.0.7444.175). This can occur if either
1. you did not perform an installation before running the script (e.g. `npx puppeteer browsers install chrome`) or
2. your cache path is incorrectly configured (which is: /home/flo/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.
I have chromium installed and use it as browser. However I get this error when running the CLI command: