Alexandru Caraus
Alexandru Caraus
Same for me, I use yarn 3.5.0 try to init a nuxt project and got this: ``` ❯ yarn install ➤ YN0000: ┌ Resolution step ➤ YN0002: │ nuxt-app@workspace:. doesn't...
@diogen737 nice! I gave up with yarn and used bun.
I get the same, the contract is invalid.
I have a similar problem, I try to run verifyAll() on all my app modules. `listOf(*appDiModules.toTypedArray(), defaultModule).verifyAll()` And it fails on missing definition, and the missing definition is : io.ktor.client.engine.HttpClientEngine...