For me, the issue was that I was using Yarn Plug 'n' Play and surprise surprise, Prisma was looking for node_modules. The solution was delete the pnp files, and set nodeLinker with a .yarnrc.yml file to node-modules.
.yarnrc.yml
node-modules