CLI documentation update from CI
npm CLI robot committed
May 11, 2022 at 02:57 UTC
55b03ac9fcdd4b597d5f7ce0c2ba81886394064a
2 files changed
+14
-1
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit f985dbbd9ad3910c65e023f55beac9ec691c5e2c
1
+Subproject commit bfb8bccbe83753e527b43c8a3889696087dbe8f1
content/cli/v8/using-npm/config.md
+13
@@ -1186,6 +1186,19 @@ variable will be set to `'production'` for all lifecycle scripts.
1186
<!-- automatically generated, do not edit manually -->
1187
<!-- see lib/utils/config/definitions.js -->
1188
1189
+#### `omit-lockfile-registry-resolved`
1190
+
1191
+* Default: false
1192
+* Type: Boolean
1193
+
1194
+This option causes npm to create lock files without a `resolved` key for
1195
+registry dependencies. Subsequent installs will need to resolve tarball
1196
+endpoints with the configured registry, likely resulting in a longer install
1197
+time.
1198
+
1199
+<!-- automatically generated, do not edit manually -->
1200
+<!-- see lib/utils/config/definitions.js -->
1201
+
1202
#### `otp`
1203
1204
* Default: null