Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | fix: `.npmrc` settings not being passed to install/add command (#26473) | Marvin Hagemeister | |
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> |