mirror of
https://github.com/denoland/deno.git
synced 2025-02-09 15:42:18 -05:00
![Nathan Whitaker](/assets/img/avatar_default.png)
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
|