mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
2a2ff96be1
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.
9 lines
431 B
Text
9 lines
431 B
Text
⚠️ `deno install` behavior will change in Deno 2. To preserve the current behavior use the `-g` or `--global` flag.
|
|
[UNORDERED_START]
|
|
Download http://localhost:4261/@denotest/basic
|
|
Download http://localhost:4262/@denotest2/basic
|
|
Download http://localhost:4261/@denotest/basic/1.0.0.tgz
|
|
Download http://localhost:4262/@denotest2/basic/1.0.0.tgz
|
|
Initialize @denotest2/basic@1.0.0
|
|
Initialize @denotest/basic@1.0.0
|
|
[UNORDERED_END]
|