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
Copy file name to clipboardExpand all lines: docs/lib/content/commands/npm-adduser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Create a new user in the specified registry, and save the credentials to
14
14
the `.npmrc` file. If no registry is specified, the default registry
15
15
will be used (see [`registry`](/using-npm/registry)).
16
16
17
-
When you run `npm adduser`, the CLI automatically generates a legacy token of publish type. For more information, see [About legacy tokens](/about-access-tokens#about-legacy-tokens).
17
+
When you run `npm adduser`, the CLI automatically generates a legacy token of `publish` type. For more information, see [About legacy tokens](/about-access-tokens#about-legacy-tokens).
18
18
19
19
When using `legacy` for your `auth-type`, the username, password, and
Copy file name to clipboardExpand all lines: docs/lib/content/commands/npm-login.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Verify a user in the specified registry, and save the credentials to the
14
14
`.npmrc` file. If no registry is specified, the default registry will be
15
15
used (see [`config`](/using-npm/config)).
16
16
17
-
When you run `npm login`, the CLI automatically generates a legacy token of publish type. For more information, see [About legacy tokens](/about-access-tokens#about-legacy-tokens).
17
+
When you run `npm login`, the CLI automatically generates a legacy token of `publish` type. For more information, see [About legacy tokens](/about-access-tokens#about-legacy-tokens).
18
18
19
19
When using `legacy` for your `auth-type`, the username and password, are
0 commit comments