Could not find a matching package in the node_modules directory
Hi everyone,
I'm using Deno with Prisma. When I run
Now the node_modules conflicts with the packages that I've imported using "node:xyz".
I'm using Deno with Prisma. When I run
deno run -A npm:prisma migrate dev, it creates a node_modules folder, a package.json file, and package-lock.json. Now the node_modules conflicts with the packages that I've imported using "node:xyz".

