npm package command cannot read deno.json dependencies
I got
drizzle-kit
installed globally, and I want to use deno @std/ulid
package in my schemas, so I'm facing that I cannot import jsr packages
when running in Deno a npm:package script.
I'm not the only one, someone else is facing this issue too.GitHub
npm compat: unable to use "npm:drizzle-kit" cli tool · Issue #19826...
Note Demo / reproduction repository: https://github.com/andrewbrey/deno_npm_compat_drizzle-orm When attempting to use the drizzle-orm (https://orm.drizzle.team) tool called drizzle-kit to generate ...
0 Replies