Closed s-h-a-d-o-w closed 3 months ago
Interesting, someone reported this in discord, but were unable to install ESBuild in a fresh project. Will try and look into this soon.
OK, tested this out, looks like this only happens when using bunx
. Once the project is initialized, bun install
works just fine.
For now, use NPM to initialize bun projects. Choose "bun" for the package manager, and you'll be good to go.
npx wxt@latest init
Cool, thanks!
Updated docs for now: 53b4eac9557a6fcc14ffff66cac57baf6e56586c
Probably won't get to this for a while, so if anyone else wants to try and tackle this, feel free! I have no idea where to start though, so I can't share any helpful hints :/
Gonna go ahead and close this as stale. Feel free to re-open if this is still an issue.
Describe the bug
Followed the instructions for bun here: https://wxt.dev/get-started/installation.html#bootstrap-project
Got this:
There doesn't seem to be a problem with esbuild per se though:
Reproduction
Run
bunx wxt@latest init repro
.Steps to reproduce
Run
bunx wxt@latest init repro
.System Info
Used Package Manager
bun
Validations