Keith Z-G

Results 25 comments of Keith Z-G

I find it interesting that subsequent `bun install` runs report zero errors, I'm cynically guessing because like every language-specific package manager `bun` is functionally incomplete, the specific deficiency in this...

> [@keithzg](https://github.com/keithzg) I'm not entirely sure why you're attempting to install firefox? This tool is only designed/tested with puppeteer's chrome implementation. > > The correct command for installing the required...

> [@rsholmes](https://github.com/rsholmes) wondering if you're still having issues with this? I've slimmed down the dependencies a little bit on this app in the hopes that install steps are less error...

Is `bun` not my package manager? I downloaded the absolute latest stable version of it directly from the project website, so I would assume there are no reasonable upgrades to...

Ah, I see, `bun` is a JavaScript runtime, `npm` is the package manager, and `nodejs` is . . . also a JavaScript runtime? Okay I'm still confused but I'm gonna...