1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/tests/specs/npm/npmrc_install_arg
Marvin Hagemeister f4ef7b0eb7
fix: .npmrc settings not being passed to install/add command (#26473)
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>
2024-10-25 02:09:38 +02:00
..
.npmrc fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
__test__.jsonc fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
add.out fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
install.out fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
main.js fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
main.out fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00
package.json fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00