Jordan-Hall / nx-bun

https://jordan-hall.github.io/nx-bun/
Other
58 stars 6 forks source link

nx bun: update nx devkit #29

Open bart-sofomo opened 5 days ago

bart-sofomo commented 5 days ago

Describe the bug Currently when using @nx/devkit@19.3.0 there are conflicting peer dependencies as nx-bun is using @nx/devkit@">16.8.0 <18"

To Reproduce Just install nx-bun in nx monorepo with 19.3.0 nx version

Expected behavior there shouldn't be npm errors when installing nx-bun

Additional context Could you update package.json with newer nx/devkit?

Jordan-Hall commented 5 days ago

Hi @bart-sofomo what part of this plugin are you wanting to use. Bun package manager is supported natively in NX. I'm working on a PR to labs for this to go into nx labs

bart-sofomo commented 5 days ago

@Jordan-Hall I actually want to be able to run elysia (https://elysiajs.com/) which requires bun to start so basically I need serve and build to be able to run elysia in nx monorepo (I've already have few apps there). Unless I'm missing something in order to properly run elysia :)

Jordan-Hall commented 5 days ago

no your not let me update this later today and I'll try and hurry up on the nx-lb pr

bart-sofomo commented 5 days ago

Ok - sounds great. Let me know when it's done so I'll close this.

Jordan-Hall commented 5 days ago

If your repo public I can set up it for you or give you an example without using this package too. It's just a little bit more of a setup

bart-sofomo commented 5 days ago

Unfortunately it's not public 🙂