telexed ~ c / 502d39d2-061radar:50 · otherLIVE
← back
NO.
#502d39d2
Topic
OTHER
Source
GeekNews
Published
2026-05-23 15:43:54
Importance
★ 5/10 — radar 50
`Deno 2.8` Makes npm Packages the Default for Bare Names
FIG-5021:1

`Deno 2.8` Makes npm Packages the Default for Bare Names

Bare package names in deno add and deno install now resolve as npm: packages. It lowers friction for Node migrations, but it is still a small workflow win.

[ KEY POINTS ]
  1. deno add react now treats react as npm:react by default, trimming syntax friction in mixed Node/Deno work.
  2. The change makes Deno easier to try inside existing projects that already rely on npm packages.
  3. This can replace npm install, yarn, or pnpm install in simple cases. Worth testing, not a full toolchain migration trigger.
Originalnews.hada.io/topic?id=29799Read original →

// related