deno run
npm:<package> with same compat as DENO_FUTURE=1/BYONM
#24903
Labels
needs investigation
requires further investigation before determining if it is an issue or not
node compat
There are many things that only work with DENO_FUTURE=1 and then executing the packages with package.json script, such as Nitro (deno ticket here).
What i'd like to be able to do is
deno run -A npm:nitropack dev
, but what I have to do instead is:pnpm i nitropack
DENO_FUTURE=1 deno task dev
and then in package.json have a dev script with
nitropack dev
There is no version of
deno run
that can directly execute these packages likenpx nitropack dev
/pnpx
/bunx
can.The text was updated successfully, but these errors were encountered: