Files
pnpm/installing
Zoltan Kochan a358ee09ab fix: don't catalog runtime: dependencies under strict catalog mode (#12188)
A `runtime:` specifier (e.g. node from `devEngines.runtime` or
`pnpm runtime set`) round-trips to `devEngines.runtime`, which only recognizes
the `runtime:` protocol. Under `catalogMode` strict/prefer the auto-save loop
promoted it into a catalog and rewrote the manifest entry to `catalog:`, which
broke that round-trip and stranded it in `devDependencies`. Skip `runtime:`
specifiers in that loop.
2026-06-04 15:52:04 +02:00
..
2026-05-29 17:26:13 +02:00
2026-05-29 17:26:13 +02:00
2026-05-27 15:15:01 +02:00
2026-05-29 17:26:13 +02:00