Hi, version 2.26.0 with pnpm breaks spectacularly, even creates a package-lock.json and tries to overwrite node_modules or something? I created a small repo with the issue with instructions/screenshots in the README https://github.com/PabloSzx/pnpm-prisma-bug and maybe it's important to say that version 2.23.0 everything works fine, every project that uses prisma I have to pin the version to that
j
janpio
06/29/2021, 5:45 PM
That is not great, sorry to hear that.
janpio
06/29/2021, 5:45 PM
Did you update from 2.23.0 to 2.26.0 directly?
janpio
06/29/2021, 5:46 PM
(Would be relevant for us to know if this maybe already broke in 2.24 or 2.25)
p
Pablo Sáez
06/29/2021, 5:48 PM
yeah, updating from 2.23, since from 2.23 to 2.24 I got the issue of the .prisma package not being generated in the correct directory, pretty sure that issue is already in gh
I skipped 2.25 since there wasn't any reference to fixes in terms of generation, but 2.26 said something relevant and I tried
j
janpio
06/29/2021, 5:52 PM
We should be able to just downgrade the repro project and experience it ourselves?