summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_homedir/subdir/main.js
AgeCommit message (Collapse)Author
2024-06-27fix(ext/node): discover .npmrc in user's homedir (#24021)Bartek IwaƄczuk
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.