Open gabdara opened 5 months ago
Did you also update @deepkit/broker? Depending on your package manager, you have to do it manually. I prefer to update packages either via "npx update-by-scope @deepkit" or "yarn up '@deepkit/*'
I didn't install @deepkit/broker
in my app as I don't make use of it yet.
I thought it will use it from the dependencies under @deepkit/framework
since the documentation installation guide doesn't mention peer dependencies.
seems like you don't use npm and use something that doesn't handle peer dependencies properly
oh wait, we have wrong peerDependencies version for broker, which seems to be the issue here
Thank you for looking into it!
seems like you don't use npm and use something that doesn't handle peer dependencies properly
I use bun
Hi,
On the latest
@deepkit/framework@1.0.1-alpha.153
I'm getting the following error when running the commandserver:start
Downgrading to
@deepkit/framework@1.0.1-alpha.152
solves it.