We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5606b commit b043bf9Copy full SHA for b043bf9
docs/content/using-npm/config.md
@@ -1343,8 +1343,8 @@ workspaces.
1343
1344
#### `yes`
1345
1346
-* Default: false
1347
-* Type: Boolean
+* Default: null
+* Type: null or Boolean
1348
1349
Automatically answer "yes" to any prompts that npm might print on the
1350
command line.
docs/nav.yml
@@ -66,6 +66,9 @@
66
- title: npm explore
67
url: /commands/npm-explore
68
description: Browse an installed package
69
+ - title: npm find-dupes
70
+ url: /commands/npm-find-dupes
71
+ description: Find duplication in the package tree
72
- title: npm fund
73
url: /commands/npm-fund
74
description: Retrieve funding information
0 commit comments