Check your package.json file if you have prisma/client only as a dependency then you will face this error , you need to also add it into your devDependencies and then it will start working. This happens because when working with turborepo or monorepo dependencies are often hoisted and your package manager may explicitly want to know where exactly is the prisma/client . Hope this solves your issue.