mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
a7531361ef
Fixes a regression introduced in https://github.com/denoland/deno/pull/24170, where we wouldn't actually set up the node modules dir on `deno install` if there was an up to date deno lockfile present. Previously we were relying on the fact that resolving pending module resolution called `cache_packages` (which sets up the node modules dir). When pending resolutions were removed, and the `resolve_pending` function with it, we also removed the `cache_packages` call needed to set up node modules.
2 lines
157 B
Text
2 lines
157 B
Text
⚠️ `deno install` behavior will change in Deno 2. To preserve the current behavior use the `-g` or `--global` flag.
|
|
Initialize @denotest/esm-basic@1.0.0
|