resume-cli icon indicating copy to clipboard operation
resume-cli copied to clipboard

enable bun compatibility

Open levino opened this issue 2 years ago • 0 comments

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 puppeteer needs to solve but then we should update the dependency here.

levino avatar Nov 20 '23 13:11 levino