1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/npm/npmrc_homedir/subdir
Bartek Iwańczuk 2a2ff96be1
fix(ext/node): discover .npmrc in user's homedir (#24021)
This commit adds discovery of `.npmrc` files in user's homedir.

This is not a perfect fix as it doesn't merge multiple `.npmrc` files
together as per https://github.com/denoland/deno/issues/23954
but allows to fallback if no `.npmrc` file is discovered in the project
root.
2024-06-27 00:17:00 +02:00
..
main.js fix(ext/node): discover .npmrc in user's homedir (#24021) 2024-06-27 00:17:00 +02:00
package.json fix(ext/node): discover .npmrc in user's homedir (#24021) 2024-06-27 00:17:00 +02:00