I will later provide more information but I already forgot about this, so I am putting a reminder here. If using bun as a dependency manager, resume-cli wont work in certain environments (because bun does not execute the postinstall script of puppeteer). In order to run the postinstall script, which downloads google chrome, one needs to add puppeteer to the "trustedDependencies". That is somewhat difficult to grasp, when one comes here to only use this cli tool. Maybe also this is something that puppeteerneeds to solve but then we should update the dependency here.
I will later provide more information but I already forgot about this, so I am putting a reminder here. If using bun as a dependency manager, resume-cli wont work in certain environments (because bun does not execute the postinstall script of
puppeteer
). In order to run the postinstall script, which downloads google chrome, one needs to addpuppeteer
to the"trustedDependencies"
. That is somewhat difficult to grasp, when one comes here to only use this cli tool. Maybe also this is something thatpuppeteer
needs to solve but then we should update the dependency here.