| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a056840 commit f4c830f
153 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -87,6 +87,20 @@ npm init --scope=@foo --yes | |||
| 87 | 87 | ``` | |
| 88 | 88 | ||
| 89 | 89 | ||
| 90 | + <!-- automatically generated, do not edit manually --> | ||
| 91 | + <!-- see lib/utils/config/definitions.js --> | ||
| 92 | + | ||
| 93 | + #### `auth-type` | ||
| 94 | + | ||
| 95 | + * Default: "legacy" | ||
| 96 | + * Type: "legacy", "webauthn", "sso", "saml", or "oauth" | ||
| 97 | + * DEPRECATED: The SSO/SAML/OAuth methods are deprecated and will be removed in | ||
| 98 | + a future version of npm in favor of web-based login. | ||
| 99 | + | ||
| 100 | + What authentication strategy to use with `adduser`/`login`. | ||
| 101 | + | ||
| 102 | + Pass `webauthn` to use a web-based login. | ||
| 103 | + | ||
| 90 | 104 | <!-- automatically generated, do not edit manually --> | |
| 91 | 105 | <!-- see lib/utils/config/definitions.js --> | |
| 92 | 106 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,8 +34,6 @@ Print the folder where npm will install executables. | |||
| 34 | 34 | ||
| 35 | 35 | * Default: false | |
| 36 | 36 | * Type: Boolean | |
| 37 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 38 | - instead. | ||
| 39 | 37 | ||
| 40 | 38 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 41 | 39 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -124,8 +124,6 @@ Not supported by all npm commands. | |||
| 124 | 124 | ||
| 125 | 125 | * Default: false | |
| 126 | 126 | * Type: Boolean | |
| 127 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 128 | - instead. | ||
| 129 | 127 | ||
| 130 | 128 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 131 | 129 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -248,8 +248,6 @@ Treat all files as text in `npm diff`. | |||
| 248 | 248 | ||
| 249 | 249 | * Default: false | |
| 250 | 250 | * Type: Boolean | |
| 251 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 252 | - instead. | ||
| 253 | 251 | ||
| 254 | 252 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 255 | 253 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -253,6 +253,17 @@ This value is not exported to the environment for child processes. | |||
| 253 | 253 | <!-- automatically generated, do not edit manually --> | |
| 254 | 254 | <!-- see lib/utils/config/definitions.js --> | |
| 255 | 255 | ||
| 256 | + #### `workspaces-update` | ||
| 257 | + | ||
| 258 | + * Default: true | ||
| 259 | + * Type: Boolean | ||
| 260 | + | ||
| 261 | + If set to true, the npm cli will run an update after operations that may | ||
| 262 | + possibly change the workspaces installed to the `node_modules` folder. | ||
| 263 | + | ||
| 264 | + <!-- automatically generated, do not edit manually --> | ||
| 265 | + <!-- see lib/utils/config/definitions.js --> | ||
| 266 | + | ||
| 256 | 267 | #### `include-workspace-root` | |
| 257 | 268 | ||
| 258 | 269 | * Default: false | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,8 +70,6 @@ rather than using npm's default semver range operator. | |||
| 70 | 70 | ||
| 71 | 71 | * Default: false | |
| 72 | 72 | * Type: Boolean | |
| 73 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 74 | - instead. | ||
| 75 | 73 | ||
| 76 | 74 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 77 | 75 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -460,8 +460,6 @@ rather than using npm's default semver range operator. | |||
| 460 | 460 | ||
| 461 | 461 | * Default: false | |
| 462 | 462 | * Type: Boolean | |
| 463 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 464 | - instead. | ||
| 465 | 463 | ||
| 466 | 464 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 467 | 465 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -153,8 +153,6 @@ rather than using npm's default semver range operator. | |||
| 153 | 153 | ||
| 154 | 154 | * Default: false | |
| 155 | 155 | * Type: Boolean | |
| 156 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 157 | - instead. | ||
| 158 | 156 | ||
| 159 | 157 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 160 | 158 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -137,8 +137,6 @@ Output parseable results from commands that write to standard output. For | |||
| 137 | 137 | ||
| 138 | 138 | * Default: false | |
| 139 | 139 | * Type: Boolean | |
| 140 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 141 | - instead. | ||
| 142 | 140 | ||
| 143 | 141 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 144 | 142 | folder instead of the current working directory. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -150,8 +150,6 @@ Output parseable results from commands that write to standard output. For | |||
| 150 | 150 | ||
| 151 | 151 | * Default: false | |
| 152 | 152 | * Type: Boolean | |
| 153 | - * DEPRECATED: `--global`, `--local` are deprecated. Use `--location=global` | ||
| 154 | - instead. | ||
| 155 | 153 | ||
| 156 | 154 | Operates in "global" mode, so that packages are installed into the `prefix` | |
| 157 | 155 | folder instead of the current working directory. See | |
| Back | FazBrowse Home | New Git URL |
0 commit comments