You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base URL of the npm package registry. If `scope` is also specified,
45
45
this registry will only be used for packages with that scope. `scope` defaults
46
-
to the scope of the project directory you're currently in, if any. See [`npm-scope`](/docs/using-npm/scope).
46
+
to the scope of the project directory you're currently in, if any. See [`scope`](/using-npm/scope).
47
47
48
48
#### scope
49
49
50
50
Default: none
51
51
52
52
If specified, the user and login credentials given will be associated
53
-
with the specified scope. See [`npm-scope`](/docs/using-npm/scope). You can use both at the same time,
53
+
with the specified scope. See [`scope`](/using-npm/scope). You can use both at the same time,
54
54
e.g.
55
55
56
56
```bash
@@ -75,9 +75,7 @@ registries. Can be used with `--registry` and / or `--scope`, e.g.
75
75
This will ensure that all requests to that registry (including for tarballs)
76
76
include an authorization header. This setting may be necessary for use with
77
77
private registries where metadata and package tarballs are stored on hosts with
78
-
different hostnames. See `always-auth` in [`npm-config`](/docs/using-npm/config) for more details on
79
-
always-auth. Registry-specific configuration of `always-auth` takes precedence
80
-
over any global configuration.
78
+
different hostnames. See `always-auth` in [`config`](/using-npm/config) for more details on always-auth. Registry-specific configuration of `always-auth` takes precedence over any global configuration.
0 commit comments