Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpm team <ops+robot@npmjs.com>2021-10-07 23:21:11 +0300
committerMyles Borins <mylesborins@github.com>2021-10-08 03:39:53 +0300
commitdbc91de0115bddaa7b90f9675f12de6748363ba2 (patch)
tree0516deefba9c2b2a3d60932f6d17d31392eed544 /deps/npm/docs/content/using-npm/registry.md
parent58739edf9921ef6d07d3a66230af24abf4e2d1a6 (diff)
deps: upgrade npm to 8.0.0
PR-URL: https://github.com/nodejs/node/pull/40369 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Danielle Adams <adamzdanielle@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/docs/content/using-npm/registry.md')
-rw-r--r--deps/npm/docs/content/using-npm/registry.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/npm/docs/content/using-npm/registry.md b/deps/npm/docs/content/using-npm/registry.md
index 3b07ab11c5b..4a265db03f0 100644
--- a/deps/npm/docs/content/using-npm/registry.md
+++ b/deps/npm/docs/content/using-npm/registry.md
@@ -30,6 +30,13 @@ The registry URL used is determined by the scope of the package (see
supplied by the `registry` config parameter. See [`npm config`](/commands/npm-config),
[`npmrc`](/configuring-npm/npmrc), and [`config`](/using-npm/config) for more on managing npm's configuration.
+When the default registry is used in a package-lock or shrinkwrap is has the
+special meaning of "the currently configured registry". If you create a lock
+file while using the default registry you can switch to another registry and
+npm will install packages from the new registry, but if you create a lock
+file while using a custom registry packages will be installed from that
+registry even after you change to another registry.
+
### Does npm send any information about me back to the registry?
Yes.