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: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,10 @@ Both the [token](https://docs.npmjs.com/getting-started/working_with_tokens) and
53
53
|`NPM_USERNAME`| Npm username created via [npm adduser](https://docs.npmjs.com/cli/adduser) or on [npmjs.com](https://www.npmjs.com)|
54
54
|`NPM_PASSWORD`| Password of the npm user. |
55
55
|`NPM_EMAIL`| Email address associated with the npm user |
56
-
|`NPM_CONFIG_USERCONFIG`| Path to non-default .npmrc file |
56
+
|`NPM_CONFIG_USERCONFIG`| Path to non-default .npmrc file |
57
+
|`NPM_CONFIG__AUTH`| Npm `_auth` configuration parameter set as an [environment variable](https://docs.npmjs.com/cli/v7/using-npm/config)|
57
58
58
-
Use either `NPM_TOKEN` for token authentication or `NPM_USERNAME`, `NPM_PASSWORD` and `NPM_EMAIL` for legacy authentication
59
+
Use either `NPM_TOKEN` for token authentication or `NPM_USERNAME`, `NPM_PASSWORD` and `NPM_EMAIL`(or alternatively `NPM_CONFIG__AUTH` and `NPM_EMAIL`) for legacy authentication
0 commit comments