Results 2 comments of Arnab Tarwani

With pnpm, the packages are symlinked to avoid multiple dependency issues as you can see here: https://pnpm.io/symlinked-node-modules-structure When prisma generates a new client, it creates the generated client structure under...

Anyone struggling with this issue, you need to cache your models in the tmp folder of the function `env.cacheDir = /tmp/.cache` so that the cache is stored in the memory...