1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/tests/specs/npm/npmrc_not_next_to_package_json
Nathan Whitaker a7531361ef
fix(cli): Explicitly cache NPM packages during deno install (#24190)
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.
2024-06-12 16:06:41 -07:00
..
subdir FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
.npmrc fix(npm): use configured auth for tarball urls instead of scope auth (#24111) 2024-06-05 21:24:52 +00:00
__test__.jsonc FUTURE: initial support for .npmrc file (#23560) 2024-05-23 23:26:23 +02:00
main.out fix(cli): Explicitly cache NPM packages during deno install (#24190) 2024-06-12 16:06:41 -07:00