mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 22:21:15 +00:00
We weren't passing the resolved npmrc settings to the install commands. This lead us to always fall back to the default registry url instead of using the one from npmrc. Fixes https://github.com/denoland/deno/issues/26139 Fixes https://github.com/denoland/deno/issues/26033 Fixes https://github.com/denoland/deno/issues/25924 Fixes https://github.com/denoland/deno/issues/25822 Fixes https://github.com/denoland/deno/issues/26152 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
|---|---|---|
| .. | ||
| cache_db.rs | ||
| caches.rs | ||
| check.rs | ||
| code_cache.rs | ||
| common.rs | ||
| deno_dir.rs | ||
| disk_cache.rs | ||
| emit.rs | ||
| fast_check.rs | ||
| incremental.rs | ||
| mod.rs | ||
| module_info.rs | ||
| node.rs | ||
| parsed_source.rs | ||