Making use of Prisma without generating node_modules
Recently I migrated from Node to Deno, one of the main features that I really enjoy is the fact that I dont have to wrangle node modules, while following the Deno guide for using Prisma, it seems like i do have to create a node module dependency anyways, despite other NPM packages i imported not needing such.
Is there a way to avoid prisma from generating node_modules?
https://docs.deno.com/runtime/tutorials/how_to_with_npm/prisma/


0 Replies