jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.56k stars 388 forks source link

enable bun compatibility #768

Open levino opened 1 year ago

levino commented 1 year ago

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.