underscoreU
Denoβ€’16mo agoβ€’
5 replies
underscore

Could not find a matching package in the node_modules directory

Hi everyone,

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".
image.png
Was this page helpful?