fix: v10 docs (#1418)
Closes: https://github.com/npm/documentation/issues/1416
Reggi committed
Dec 18, 2024 at 11:23 UTC
dfcc4b3b030359a1b0712871c31c3a49d600a5af
91 files changed
+15
-1302
cli-cache.json
+2
-2
@@ -1,6 +1,6 @@
1
{
2
- "v11": "f7da341322c2f860156e8144b208583596504479",
2
+ "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4
"v10": "a3041941586b6fb8ed7403fe3c24d81138a96005",
5
- "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b"
5
+ "v11": "f7da341322c2f860156e8144b208583596504479"
6
}
\ No newline at end of file
cli/lib/cache.js
+11
@@ -12,6 +12,17 @@ class CacheVersionSha {
12
}
13
14
async save() {
15
+ const sortedCache = {}
16
+ Object.keys(this.cache)
17
+ .sort((a, b) => {
18
+ const numA = parseInt(a.replace('v', ''), 10)
19
+ const numB = parseInt(b.replace('v', ''), 10)
20
+ return numA - numB
21
+ })
22
+ .forEach(key => {
23
+ sortedCache[key] = this.cache[key]
24
+ })
25
+ this.cache = sortedCache
26
await fs.writeFile(this.path, JSON.stringify(this.cache, null, 2))
27
return this
28
}
content/cli/v10/commands/index.mdx
-13
@@ -5,26 +5,13 @@ github_repo: npm/cli
5
github_branch: release/v10
6
github_path: docs/lib/content/nav.yml
7
redirect_from:
8
- - /cli-commands
9
- - /cli-commands/index
10
- - /cli-documentation/cli
11
- - /cli-documentation/cli-commands
12
- - /cli-documentation/cli-commands/index
13
- - /cli-documentation/commands
14
- - /cli-documentation/commands/index
8
- /cli-documentation/v10/cli-commands
9
- /cli-documentation/v10/cli-commands/index
10
- /cli-documentation/v10/commands
11
- /cli-documentation/v10/commands/index
19
- - /cli/cli-commands
20
- - /cli/cli-commands/index
21
- - /cli/commands
22
- - /cli/commands/index
12
- /cli/v10/cli-commands
13
- /cli/v10/cli-commands/index
14
- /cli/v10/commands/index
26
- - /commands
27
- - /commands/index
15
---
16
17
<Index depth="1" />
content/cli/v10/commands/npm-access.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-access.md
8
redirect_from:
9
- - /cli-commands/access
10
- - /cli-commands/npm-access
11
- - /cli-documentation/access
12
- - /cli-documentation/cli-commands/access
13
- - /cli-documentation/cli-commands/npm-access
14
- - /cli-documentation/commands/access
15
- - /cli-documentation/commands/npm-access
16
- - /cli-documentation/npm-access
9
- /cli-documentation/v10/access
10
- /cli-documentation/v10/cli-commands/access
11
- /cli-documentation/v10/cli-commands/npm-access
12
- /cli-documentation/v10/commands/access
13
- /cli-documentation/v10/commands/npm-access
14
- /cli-documentation/v10/npm-access
23
- - /cli/access
24
- - /cli/cli-commands/access
25
- - /cli/cli-commands/npm-access
26
- - /cli/commands/access
27
- - /cli/commands/npm-access
28
- - /cli/npm-access
15
- /cli/v10/access
16
- /cli/v10/cli-commands/access
17
- /cli/v10/cli-commands/npm-access
18
- /cli/v10/commands/access
19
- /cli/v10/npm-access
34
- - /commands/access
35
- - /commands/npm-access
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-adduser.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-adduser.md
8
redirect_from:
9
- - /cli-commands/adduser
10
- - /cli-commands/npm-adduser
11
- - /cli-documentation/adduser
12
- - /cli-documentation/cli-commands/adduser
13
- - /cli-documentation/cli-commands/npm-adduser
14
- - /cli-documentation/commands/adduser
15
- - /cli-documentation/commands/npm-adduser
16
- - /cli-documentation/npm-adduser
9
- /cli-documentation/v10/adduser
10
- /cli-documentation/v10/cli-commands/adduser
11
- /cli-documentation/v10/cli-commands/npm-adduser
12
- /cli-documentation/v10/commands/adduser
13
- /cli-documentation/v10/commands/npm-adduser
14
- /cli-documentation/v10/npm-adduser
23
- - /cli/adduser
24
- - /cli/cli-commands/adduser
25
- - /cli/cli-commands/npm-adduser
26
- - /cli/commands/adduser
27
- - /cli/commands/npm-adduser
28
- - /cli/npm-adduser
15
- /cli/v10/adduser
16
- /cli/v10/cli-commands/adduser
17
- /cli/v10/cli-commands/npm-adduser
18
- /cli/v10/commands/adduser
19
- /cli/v10/npm-adduser
34
- - /commands/adduser
35
- - /commands/npm-adduser
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-audit.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-audit.md
8
redirect_from:
9
- - /cli-commands/audit
10
- - /cli-commands/npm-audit
11
- - /cli-documentation/audit
12
- - /cli-documentation/cli-commands/audit
13
- - /cli-documentation/cli-commands/npm-audit
14
- - /cli-documentation/commands/audit
15
- - /cli-documentation/commands/npm-audit
16
- - /cli-documentation/npm-audit
9
- /cli-documentation/v10/audit
10
- /cli-documentation/v10/cli-commands/audit
11
- /cli-documentation/v10/cli-commands/npm-audit
12
- /cli-documentation/v10/commands/audit
13
- /cli-documentation/v10/commands/npm-audit
14
- /cli-documentation/v10/npm-audit
23
- - /cli/audit
24
- - /cli/cli-commands/audit
25
- - /cli/cli-commands/npm-audit
26
- - /cli/commands/audit
27
- - /cli/commands/npm-audit
28
- - /cli/npm-audit
15
- /cli/v10/audit
16
- /cli/v10/cli-commands/audit
17
- /cli/v10/cli-commands/npm-audit
18
- /cli/v10/commands/audit
19
- /cli/v10/npm-audit
34
- - /commands/audit
35
- - /commands/npm-audit
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-bugs.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-bugs.md
8
redirect_from:
9
- - /cli-commands/bugs
10
- - /cli-commands/npm-bugs
11
- - /cli-documentation/bugs
12
- - /cli-documentation/cli-commands/bugs
13
- - /cli-documentation/cli-commands/npm-bugs
14
- - /cli-documentation/commands/bugs
15
- - /cli-documentation/commands/npm-bugs
16
- - /cli-documentation/npm-bugs
9
- /cli-documentation/v10/bugs
10
- /cli-documentation/v10/cli-commands/bugs
11
- /cli-documentation/v10/cli-commands/npm-bugs
12
- /cli-documentation/v10/commands/bugs
13
- /cli-documentation/v10/commands/npm-bugs
14
- /cli-documentation/v10/npm-bugs
23
- - /cli/bugs
24
- - /cli/cli-commands/bugs
25
- - /cli/cli-commands/npm-bugs
26
- - /cli/commands/bugs
27
- - /cli/commands/npm-bugs
28
- - /cli/npm-bugs
15
- /cli/v10/bugs
16
- /cli/v10/cli-commands/bugs
17
- /cli/v10/cli-commands/npm-bugs
18
- /cli/v10/commands/bugs
19
- /cli/v10/npm-bugs
34
- - /commands/bugs
35
- - /commands/npm-bugs
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-cache.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-cache.md
8
redirect_from:
9
- - /cli-commands/cache
10
- - /cli-commands/npm-cache
11
- - /cli-documentation/cache
12
- - /cli-documentation/cli-commands/cache
13
- - /cli-documentation/cli-commands/npm-cache
14
- - /cli-documentation/commands/cache
15
- - /cli-documentation/commands/npm-cache
16
- - /cli-documentation/npm-cache
9
- /cli-documentation/v10/cache
10
- /cli-documentation/v10/cli-commands/cache
11
- /cli-documentation/v10/cli-commands/npm-cache
12
- /cli-documentation/v10/commands/cache
13
- /cli-documentation/v10/commands/npm-cache
14
- /cli-documentation/v10/npm-cache
23
- - /cli/cache
24
- - /cli/cli-commands/cache
25
- - /cli/cli-commands/npm-cache
26
- - /cli/commands/cache
27
- - /cli/commands/npm-cache
28
- - /cli/npm-cache
15
- /cli/v10/cache
16
- /cli/v10/cli-commands/cache
17
- /cli/v10/cli-commands/npm-cache
18
- /cli/v10/commands/cache
19
- /cli/v10/npm-cache
34
- - /commands/cache
35
- - /commands/npm-cache
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-ci.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-ci.md
8
redirect_from:
9
- - /cli-commands/ci
10
- - /cli-commands/npm-ci
11
- - /cli-documentation/ci
12
- - /cli-documentation/cli-commands/ci
13
- - /cli-documentation/cli-commands/npm-ci
14
- - /cli-documentation/commands/ci
15
- - /cli-documentation/commands/npm-ci
16
- - /cli-documentation/npm-ci
9
- /cli-documentation/v10/ci
10
- /cli-documentation/v10/cli-commands/ci
11
- /cli-documentation/v10/cli-commands/npm-ci
12
- /cli-documentation/v10/commands/ci
13
- /cli-documentation/v10/commands/npm-ci
14
- /cli-documentation/v10/npm-ci
23
- - /cli/ci
24
- - /cli/cli-commands/ci
25
- - /cli/cli-commands/npm-ci
26
- - /cli/commands/ci
27
- - /cli/commands/npm-ci
28
- - /cli/npm-ci
15
- /cli/v10/ci
16
- /cli/v10/cli-commands/ci
17
- /cli/v10/cli-commands/npm-ci
18
- /cli/v10/commands/ci
19
- /cli/v10/npm-ci
34
- - /commands/ci
35
- - /commands/npm-ci
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-completion.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-completion.md
8
redirect_from:
9
- - /cli-commands/completion
10
- - /cli-commands/npm-completion
11
- - /cli-documentation/cli-commands/completion
12
- - /cli-documentation/cli-commands/npm-completion
13
- - /cli-documentation/commands/completion
14
- - /cli-documentation/commands/npm-completion
15
- - /cli-documentation/completion
16
- - /cli-documentation/npm-completion
9
- /cli-documentation/v10/cli-commands/completion
10
- /cli-documentation/v10/cli-commands/npm-completion
11
- /cli-documentation/v10/commands/completion
12
- /cli-documentation/v10/commands/npm-completion
13
- /cli-documentation/v10/completion
14
- /cli-documentation/v10/npm-completion
23
- - /cli/cli-commands/completion
24
- - /cli/cli-commands/npm-completion
25
- - /cli/commands/completion
26
- - /cli/commands/npm-completion
27
- - /cli/completion
28
- - /cli/npm-completion
15
- /cli/v10/cli-commands/completion
16
- /cli/v10/cli-commands/npm-completion
17
- /cli/v10/commands/completion
18
- /cli/v10/completion
19
- /cli/v10/npm-completion
34
- - /commands/completion
35
- - /commands/npm-completion
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-config.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-config.md
8
redirect_from:
9
- - /cli-commands/config
10
- - /cli-commands/npm-config
11
- - /cli-documentation/cli-commands/config
12
- - /cli-documentation/cli-commands/npm-config
13
- - /cli-documentation/commands/config
14
- - /cli-documentation/commands/npm-config
15
- - /cli-documentation/config
16
- - /cli-documentation/npm-config
9
- /cli-documentation/v10/cli-commands/config
10
- /cli-documentation/v10/cli-commands/npm-config
11
- /cli-documentation/v10/commands/config
12
- /cli-documentation/v10/commands/npm-config
13
- /cli-documentation/v10/config
14
- /cli-documentation/v10/npm-config
23
- - /cli/cli-commands/config
24
- - /cli/cli-commands/npm-config
25
- - /cli/commands/config
26
- - /cli/commands/npm-config
27
- - /cli/config
28
- - /cli/npm-config
15
- /cli/v10/cli-commands/config
16
- /cli/v10/cli-commands/npm-config
17
- /cli/v10/commands/config
18
- /cli/v10/config
19
- /cli/v10/npm-config
34
- - /commands/config
35
- - /commands/npm-config
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-dedupe.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-dedupe.md
8
redirect_from:
9
- - /cli-commands/dedupe
10
- - /cli-commands/npm-dedupe
11
- - /cli-documentation/cli-commands/dedupe
12
- - /cli-documentation/cli-commands/npm-dedupe
13
- - /cli-documentation/commands/dedupe
14
- - /cli-documentation/commands/npm-dedupe
15
- - /cli-documentation/dedupe
16
- - /cli-documentation/npm-dedupe
9
- /cli-documentation/v10/cli-commands/dedupe
10
- /cli-documentation/v10/cli-commands/npm-dedupe
11
- /cli-documentation/v10/commands/dedupe
12
- /cli-documentation/v10/commands/npm-dedupe
13
- /cli-documentation/v10/dedupe
14
- /cli-documentation/v10/npm-dedupe
23
- - /cli/cli-commands/dedupe
24
- - /cli/cli-commands/npm-dedupe
25
- - /cli/commands/dedupe
26
- - /cli/commands/npm-dedupe
27
- - /cli/dedupe
28
- - /cli/npm-dedupe
15
- /cli/v10/cli-commands/dedupe
16
- /cli/v10/cli-commands/npm-dedupe
17
- /cli/v10/commands/dedupe
18
- /cli/v10/dedupe
19
- /cli/v10/npm-dedupe
34
- - /commands/dedupe
35
- - /commands/npm-dedupe
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-deprecate.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-deprecate.md
8
redirect_from:
9
- - /cli-commands/deprecate
10
- - /cli-commands/npm-deprecate
11
- - /cli-documentation/cli-commands/deprecate
12
- - /cli-documentation/cli-commands/npm-deprecate
13
- - /cli-documentation/commands/deprecate
14
- - /cli-documentation/commands/npm-deprecate
15
- - /cli-documentation/deprecate
16
- - /cli-documentation/npm-deprecate
9
- /cli-documentation/v10/cli-commands/deprecate
10
- /cli-documentation/v10/cli-commands/npm-deprecate
11
- /cli-documentation/v10/commands/deprecate
12
- /cli-documentation/v10/commands/npm-deprecate
13
- /cli-documentation/v10/deprecate
14
- /cli-documentation/v10/npm-deprecate
23
- - /cli/cli-commands/deprecate
24
- - /cli/cli-commands/npm-deprecate
25
- - /cli/commands/deprecate
26
- - /cli/commands/npm-deprecate
27
- - /cli/deprecate
28
- - /cli/npm-deprecate
15
- /cli/v10/cli-commands/deprecate
16
- /cli/v10/cli-commands/npm-deprecate
17
- /cli/v10/commands/deprecate
18
- /cli/v10/deprecate
19
- /cli/v10/npm-deprecate
34
- - /commands/deprecate
35
- - /commands/npm-deprecate
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-diff.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-diff.md
8
redirect_from:
9
- - /cli-commands/diff
10
- - /cli-commands/npm-diff
11
- - /cli-documentation/cli-commands/diff
12
- - /cli-documentation/cli-commands/npm-diff
13
- - /cli-documentation/commands/diff
14
- - /cli-documentation/commands/npm-diff
15
- - /cli-documentation/diff
16
- - /cli-documentation/npm-diff
9
- /cli-documentation/v10/cli-commands/diff
10
- /cli-documentation/v10/cli-commands/npm-diff
11
- /cli-documentation/v10/commands/diff
12
- /cli-documentation/v10/commands/npm-diff
13
- /cli-documentation/v10/diff
14
- /cli-documentation/v10/npm-diff
23
- - /cli/cli-commands/diff
24
- - /cli/cli-commands/npm-diff
25
- - /cli/commands/diff
26
- - /cli/commands/npm-diff
27
- - /cli/diff
28
- - /cli/npm-diff
15
- /cli/v10/cli-commands/diff
16
- /cli/v10/cli-commands/npm-diff
17
- /cli/v10/commands/diff
18
- /cli/v10/diff
19
- /cli/v10/npm-diff
34
- - /commands/diff
35
- - /commands/npm-diff
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-dist-tag.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-dist-tag.md
8
redirect_from:
9
- - /cli-commands/dist-tag
10
- - /cli-commands/npm-dist-tag
11
- - /cli-documentation/cli-commands/dist-tag
12
- - /cli-documentation/cli-commands/npm-dist-tag
13
- - /cli-documentation/commands/dist-tag
14
- - /cli-documentation/commands/npm-dist-tag
15
- - /cli-documentation/dist-tag
16
- - /cli-documentation/npm-dist-tag
9
- /cli-documentation/v10/cli-commands/dist-tag
10
- /cli-documentation/v10/cli-commands/npm-dist-tag
11
- /cli-documentation/v10/commands/dist-tag
12
- /cli-documentation/v10/commands/npm-dist-tag
13
- /cli-documentation/v10/dist-tag
14
- /cli-documentation/v10/npm-dist-tag
23
- - /cli/cli-commands/dist-tag
24
- - /cli/cli-commands/npm-dist-tag
25
- - /cli/commands/dist-tag
26
- - /cli/commands/npm-dist-tag
27
- - /cli/dist-tag
28
- - /cli/npm-dist-tag
15
- /cli/v10/cli-commands/dist-tag
16
- /cli/v10/cli-commands/npm-dist-tag
17
- /cli/v10/commands/dist-tag
18
- /cli/v10/dist-tag
19
- /cli/v10/npm-dist-tag
34
- - /commands/dist-tag
35
- - /commands/npm-dist-tag
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-docs.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-docs.md
8
redirect_from:
9
- - /cli-commands/docs
10
- - /cli-commands/npm-docs
11
- - /cli-documentation/cli-commands/docs
12
- - /cli-documentation/cli-commands/npm-docs
13
- - /cli-documentation/commands/docs
14
- - /cli-documentation/commands/npm-docs
15
- - /cli-documentation/docs
16
- - /cli-documentation/npm-docs
9
- /cli-documentation/v10/cli-commands/docs
10
- /cli-documentation/v10/cli-commands/npm-docs
11
- /cli-documentation/v10/commands/docs
12
- /cli-documentation/v10/commands/npm-docs
13
- /cli-documentation/v10/docs
14
- /cli-documentation/v10/npm-docs
23
- - /cli/cli-commands/docs
24
- - /cli/cli-commands/npm-docs
25
- - /cli/commands/docs
26
- - /cli/commands/npm-docs
27
- - /cli/docs
28
- - /cli/npm-docs
15
- /cli/v10/cli-commands/docs
16
- /cli/v10/cli-commands/npm-docs
17
- /cli/v10/commands/docs
18
- /cli/v10/docs
19
- /cli/v10/npm-docs
34
- - /commands/docs
35
- - /commands/npm-docs
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-doctor.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-doctor.md
8
redirect_from:
9
- - /cli-commands/doctor
10
- - /cli-commands/npm-doctor
11
- - /cli-documentation/cli-commands/doctor
12
- - /cli-documentation/cli-commands/npm-doctor
13
- - /cli-documentation/commands/doctor
14
- - /cli-documentation/commands/npm-doctor
15
- - /cli-documentation/doctor
16
- - /cli-documentation/npm-doctor
9
- /cli-documentation/v10/cli-commands/doctor
10
- /cli-documentation/v10/cli-commands/npm-doctor
11
- /cli-documentation/v10/commands/doctor
12
- /cli-documentation/v10/commands/npm-doctor
13
- /cli-documentation/v10/doctor
14
- /cli-documentation/v10/npm-doctor
23
- - /cli/cli-commands/doctor
24
- - /cli/cli-commands/npm-doctor
25
- - /cli/commands/doctor
26
- - /cli/commands/npm-doctor
27
- - /cli/doctor
28
- - /cli/npm-doctor
15
- /cli/v10/cli-commands/doctor
16
- /cli/v10/cli-commands/npm-doctor
17
- /cli/v10/commands/doctor
18
- /cli/v10/doctor
19
- /cli/v10/npm-doctor
34
- - /commands/doctor
35
- - /commands/npm-doctor
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-edit.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-edit.md
8
redirect_from:
9
- - /cli-commands/edit
10
- - /cli-commands/npm-edit
11
- - /cli-documentation/cli-commands/edit
12
- - /cli-documentation/cli-commands/npm-edit
13
- - /cli-documentation/commands/edit
14
- - /cli-documentation/commands/npm-edit
15
- - /cli-documentation/edit
16
- - /cli-documentation/npm-edit
9
- /cli-documentation/v10/cli-commands/edit
10
- /cli-documentation/v10/cli-commands/npm-edit
11
- /cli-documentation/v10/commands/edit
12
- /cli-documentation/v10/commands/npm-edit
13
- /cli-documentation/v10/edit
14
- /cli-documentation/v10/npm-edit
23
- - /cli/cli-commands/edit
24
- - /cli/cli-commands/npm-edit
25
- - /cli/commands/edit
26
- - /cli/commands/npm-edit
27
- - /cli/edit
28
- - /cli/npm-edit
15
- /cli/v10/cli-commands/edit
16
- /cli/v10/cli-commands/npm-edit
17
- /cli/v10/commands/edit
18
- /cli/v10/edit
19
- /cli/v10/npm-edit
34
- - /commands/edit
35
- - /commands/npm-edit
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-exec.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-exec.md
8
redirect_from:
9
- - /cli-commands/exec
10
- - /cli-commands/npm-exec
11
- - /cli-documentation/cli-commands/exec
12
- - /cli-documentation/cli-commands/npm-exec
13
- - /cli-documentation/commands/exec
14
- - /cli-documentation/commands/npm-exec
15
- - /cli-documentation/exec
16
- - /cli-documentation/npm-exec
9
- /cli-documentation/v10/cli-commands/exec
10
- /cli-documentation/v10/cli-commands/npm-exec
11
- /cli-documentation/v10/commands/exec
12
- /cli-documentation/v10/commands/npm-exec
13
- /cli-documentation/v10/exec
14
- /cli-documentation/v10/npm-exec
23
- - /cli/cli-commands/exec
24
- - /cli/cli-commands/npm-exec
25
- - /cli/commands/exec
26
- - /cli/commands/npm-exec
27
- - /cli/exec
28
- - /cli/npm-exec
15
- /cli/v10/cli-commands/exec
16
- /cli/v10/cli-commands/npm-exec
17
- /cli/v10/commands/exec
18
- /cli/v10/exec
19
- /cli/v10/npm-exec
34
- - /commands/exec
35
- - /commands/npm-exec
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-explain.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-explain.md
8
redirect_from:
9
- - /cli-commands/explain
10
- - /cli-commands/npm-explain
11
- - /cli-documentation/cli-commands/explain
12
- - /cli-documentation/cli-commands/npm-explain
13
- - /cli-documentation/commands/explain
14
- - /cli-documentation/commands/npm-explain
15
- - /cli-documentation/explain
16
- - /cli-documentation/npm-explain
9
- /cli-documentation/v10/cli-commands/explain
10
- /cli-documentation/v10/cli-commands/npm-explain
11
- /cli-documentation/v10/commands/explain
12
- /cli-documentation/v10/commands/npm-explain
13
- /cli-documentation/v10/explain
14
- /cli-documentation/v10/npm-explain
23
- - /cli/cli-commands/explain
24
- - /cli/cli-commands/npm-explain
25
- - /cli/commands/explain
26
- - /cli/commands/npm-explain
27
- - /cli/explain
28
- - /cli/npm-explain
15
- /cli/v10/cli-commands/explain
16
- /cli/v10/cli-commands/npm-explain
17
- /cli/v10/commands/explain
18
- /cli/v10/explain
19
- /cli/v10/npm-explain
34
- - /commands/explain
35
- - /commands/npm-explain
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-explore.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-explore.md
8
redirect_from:
9
- - /cli-commands/explore
10
- - /cli-commands/npm-explore
11
- - /cli-documentation/cli-commands/explore
12
- - /cli-documentation/cli-commands/npm-explore
13
- - /cli-documentation/commands/explore
14
- - /cli-documentation/commands/npm-explore
15
- - /cli-documentation/explore
16
- - /cli-documentation/npm-explore
9
- /cli-documentation/v10/cli-commands/explore
10
- /cli-documentation/v10/cli-commands/npm-explore
11
- /cli-documentation/v10/commands/explore
12
- /cli-documentation/v10/commands/npm-explore
13
- /cli-documentation/v10/explore
14
- /cli-documentation/v10/npm-explore
23
- - /cli/cli-commands/explore
24
- - /cli/cli-commands/npm-explore
25
- - /cli/commands/explore
26
- - /cli/commands/npm-explore
27
- - /cli/explore
28
- - /cli/npm-explore
15
- /cli/v10/cli-commands/explore
16
- /cli/v10/cli-commands/npm-explore
17
- /cli/v10/commands/explore
18
- /cli/v10/explore
19
- /cli/v10/npm-explore
34
- - /commands/explore
35
- - /commands/npm-explore
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-find-dupes.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-find-dupes.md
8
redirect_from:
9
- - /cli-commands/find-dupes
10
- - /cli-commands/npm-find-dupes
11
- - /cli-documentation/cli-commands/find-dupes
12
- - /cli-documentation/cli-commands/npm-find-dupes
13
- - /cli-documentation/commands/find-dupes
14
- - /cli-documentation/commands/npm-find-dupes
15
- - /cli-documentation/find-dupes
16
- - /cli-documentation/npm-find-dupes
9
- /cli-documentation/v10/cli-commands/find-dupes
10
- /cli-documentation/v10/cli-commands/npm-find-dupes
11
- /cli-documentation/v10/commands/find-dupes
12
- /cli-documentation/v10/commands/npm-find-dupes
13
- /cli-documentation/v10/find-dupes
14
- /cli-documentation/v10/npm-find-dupes
23
- - /cli/cli-commands/find-dupes
24
- - /cli/cli-commands/npm-find-dupes
25
- - /cli/commands/find-dupes
26
- - /cli/commands/npm-find-dupes
27
- - /cli/find-dupes
28
- - /cli/npm-find-dupes
15
- /cli/v10/cli-commands/find-dupes
16
- /cli/v10/cli-commands/npm-find-dupes
17
- /cli/v10/commands/find-dupes
18
- /cli/v10/find-dupes
19
- /cli/v10/npm-find-dupes
34
- - /commands/find-dupes
35
- - /commands/npm-find-dupes
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-fund.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-fund.md
8
redirect_from:
9
- - /cli-commands/fund
10
- - /cli-commands/npm-fund
11
- - /cli-documentation/cli-commands/fund
12
- - /cli-documentation/cli-commands/npm-fund
13
- - /cli-documentation/commands/fund
14
- - /cli-documentation/commands/npm-fund
15
- - /cli-documentation/fund
16
- - /cli-documentation/npm-fund
9
- /cli-documentation/v10/cli-commands/fund
10
- /cli-documentation/v10/cli-commands/npm-fund
11
- /cli-documentation/v10/commands/fund
12
- /cli-documentation/v10/commands/npm-fund
13
- /cli-documentation/v10/fund
14
- /cli-documentation/v10/npm-fund
23
- - /cli/cli-commands/fund
24
- - /cli/cli-commands/npm-fund
25
- - /cli/commands/fund
26
- - /cli/commands/npm-fund
27
- - /cli/fund
28
- - /cli/npm-fund
15
- /cli/v10/cli-commands/fund
16
- /cli/v10/cli-commands/npm-fund
17
- /cli/v10/commands/fund
18
- /cli/v10/fund
19
- /cli/v10/npm-fund
34
- - /commands/fund
35
- - /commands/npm-fund
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-help-search.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-help-search.md
8
redirect_from:
9
- - /cli-commands/help-search
10
- - /cli-commands/npm-help-search
11
- - /cli-documentation/cli-commands/help-search
12
- - /cli-documentation/cli-commands/npm-help-search
13
- - /cli-documentation/commands/help-search
14
- - /cli-documentation/commands/npm-help-search
15
- - /cli-documentation/help-search
16
- - /cli-documentation/npm-help-search
9
- /cli-documentation/v10/cli-commands/help-search
10
- /cli-documentation/v10/cli-commands/npm-help-search
11
- /cli-documentation/v10/commands/help-search
12
- /cli-documentation/v10/commands/npm-help-search
13
- /cli-documentation/v10/help-search
14
- /cli-documentation/v10/npm-help-search
23
- - /cli/cli-commands/help-search
24
- - /cli/cli-commands/npm-help-search
25
- - /cli/commands/help-search
26
- - /cli/commands/npm-help-search
27
- - /cli/help-search
28
- - /cli/npm-help-search
15
- /cli/v10/cli-commands/help-search
16
- /cli/v10/cli-commands/npm-help-search
17
- /cli/v10/commands/help-search
18
- /cli/v10/help-search
19
- /cli/v10/npm-help-search
34
- - /commands/help-search
35
- - /commands/npm-help-search
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-help.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-help.md
8
redirect_from:
9
- - /cli-commands/help
10
- - /cli-commands/npm-help
11
- - /cli-documentation/cli-commands/help
12
- - /cli-documentation/cli-commands/npm-help
13
- - /cli-documentation/commands/help
14
- - /cli-documentation/commands/npm-help
15
- - /cli-documentation/help
16
- - /cli-documentation/npm-help
9
- /cli-documentation/v10/cli-commands/help
10
- /cli-documentation/v10/cli-commands/npm-help
11
- /cli-documentation/v10/commands/help
12
- /cli-documentation/v10/commands/npm-help
13
- /cli-documentation/v10/help
14
- /cli-documentation/v10/npm-help
23
- - /cli/cli-commands/help
24
- - /cli/cli-commands/npm-help
25
- - /cli/commands/help
26
- - /cli/commands/npm-help
27
- - /cli/help
28
- - /cli/npm-help
15
- /cli/v10/cli-commands/help
16
- /cli/v10/cli-commands/npm-help
17
- /cli/v10/commands/help
18
- /cli/v10/help
19
- /cli/v10/npm-help
34
- - /commands/help
35
- - /commands/npm-help
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-hook.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-hook.md
8
redirect_from:
9
- - /cli-commands/hook
10
- - /cli-commands/npm-hook
11
- - /cli-documentation/cli-commands/hook
12
- - /cli-documentation/cli-commands/npm-hook
13
- - /cli-documentation/commands/hook
14
- - /cli-documentation/commands/npm-hook
15
- - /cli-documentation/hook
16
- - /cli-documentation/npm-hook
9
- /cli-documentation/v10/cli-commands/hook
10
- /cli-documentation/v10/cli-commands/npm-hook
11
- /cli-documentation/v10/commands/hook
12
- /cli-documentation/v10/commands/npm-hook
13
- /cli-documentation/v10/hook
14
- /cli-documentation/v10/npm-hook
23
- - /cli/cli-commands/hook
24
- - /cli/cli-commands/npm-hook
25
- - /cli/commands/hook
26
- - /cli/commands/npm-hook
27
- - /cli/hook
28
- - /cli/npm-hook
15
- /cli/v10/cli-commands/hook
16
- /cli/v10/cli-commands/npm-hook
17
- /cli/v10/commands/hook
18
- /cli/v10/hook
19
- /cli/v10/npm-hook
34
- - /commands/hook
35
- - /commands/npm-hook
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-init.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-init.md
8
redirect_from:
9
- - /cli-commands/init
10
- - /cli-commands/npm-init
11
- - /cli-documentation/cli-commands/init
12
- - /cli-documentation/cli-commands/npm-init
13
- - /cli-documentation/commands/init
14
- - /cli-documentation/commands/npm-init
15
- - /cli-documentation/init
16
- - /cli-documentation/npm-init
9
- /cli-documentation/v10/cli-commands/init
10
- /cli-documentation/v10/cli-commands/npm-init
11
- /cli-documentation/v10/commands/init
12
- /cli-documentation/v10/commands/npm-init
13
- /cli-documentation/v10/init
14
- /cli-documentation/v10/npm-init
23
- - /cli/cli-commands/init
24
- - /cli/cli-commands/npm-init
25
- - /cli/commands/init
26
- - /cli/commands/npm-init
27
- - /cli/init
28
- - /cli/npm-init
15
- /cli/v10/cli-commands/init
16
- /cli/v10/cli-commands/npm-init
17
- /cli/v10/commands/init
18
- /cli/v10/init
19
- /cli/v10/npm-init
34
- - /commands/init
35
- - /commands/npm-init
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-install-ci-test.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-install-ci-test.md
8
redirect_from:
9
- - /cli-commands/install-ci-test
10
- - /cli-commands/npm-install-ci-test
11
- - /cli-documentation/cli-commands/install-ci-test
12
- - /cli-documentation/cli-commands/npm-install-ci-test
13
- - /cli-documentation/commands/install-ci-test
14
- - /cli-documentation/commands/npm-install-ci-test
15
- - /cli-documentation/install-ci-test
16
- - /cli-documentation/npm-install-ci-test
9
- /cli-documentation/v10/cli-commands/install-ci-test
10
- /cli-documentation/v10/cli-commands/npm-install-ci-test
11
- /cli-documentation/v10/commands/install-ci-test
12
- /cli-documentation/v10/commands/npm-install-ci-test
13
- /cli-documentation/v10/install-ci-test
14
- /cli-documentation/v10/npm-install-ci-test
23
- - /cli/cli-commands/install-ci-test
24
- - /cli/cli-commands/npm-install-ci-test
25
- - /cli/commands/install-ci-test
26
- - /cli/commands/npm-install-ci-test
27
- - /cli/install-ci-test
28
- - /cli/npm-install-ci-test
15
- /cli/v10/cli-commands/install-ci-test
16
- /cli/v10/cli-commands/npm-install-ci-test
17
- /cli/v10/commands/install-ci-test
18
- /cli/v10/install-ci-test
19
- /cli/v10/npm-install-ci-test
34
- - /commands/install-ci-test
35
- - /commands/npm-install-ci-test
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-install-test.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-install-test.md
8
redirect_from:
9
- - /cli-commands/install-test
10
- - /cli-commands/npm-install-test
11
- - /cli-documentation/cli-commands/install-test
12
- - /cli-documentation/cli-commands/npm-install-test
13
- - /cli-documentation/commands/install-test
14
- - /cli-documentation/commands/npm-install-test
15
- - /cli-documentation/install-test
16
- - /cli-documentation/npm-install-test
9
- /cli-documentation/v10/cli-commands/install-test
10
- /cli-documentation/v10/cli-commands/npm-install-test
11
- /cli-documentation/v10/commands/install-test
12
- /cli-documentation/v10/commands/npm-install-test
13
- /cli-documentation/v10/install-test
14
- /cli-documentation/v10/npm-install-test
23
- - /cli/cli-commands/install-test
24
- - /cli/cli-commands/npm-install-test
25
- - /cli/commands/install-test
26
- - /cli/commands/npm-install-test
27
- - /cli/install-test
28
- - /cli/npm-install-test
15
- /cli/v10/cli-commands/install-test
16
- /cli/v10/cli-commands/npm-install-test
17
- /cli/v10/commands/install-test
18
- /cli/v10/install-test
19
- /cli/v10/npm-install-test
34
- - /commands/install-test
35
- - /commands/npm-install-test
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-install.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-install.md
8
redirect_from:
9
- - /cli-commands/install
10
- - /cli-commands/npm-install
11
- - /cli-documentation/cli-commands/install
12
- - /cli-documentation/cli-commands/npm-install
13
- - /cli-documentation/commands/install
14
- - /cli-documentation/commands/npm-install
15
- - /cli-documentation/install
16
- - /cli-documentation/npm-install
9
- /cli-documentation/v10/cli-commands/install
10
- /cli-documentation/v10/cli-commands/npm-install
11
- /cli-documentation/v10/commands/install
12
- /cli-documentation/v10/commands/npm-install
13
- /cli-documentation/v10/install
14
- /cli-documentation/v10/npm-install
23
- - /cli/cli-commands/install
24
- - /cli/cli-commands/npm-install
25
- - /cli/commands/install
26
- - /cli/commands/npm-install
27
- - /cli/install
28
- - /cli/npm-install
15
- /cli/v10/cli-commands/install
16
- /cli/v10/cli-commands/npm-install
17
- /cli/v10/commands/install
18
- /cli/v10/install
19
- /cli/v10/npm-install
34
- - /commands/install
35
- - /commands/npm-install
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-link.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-link.md
8
redirect_from:
9
- - /cli-commands/link
10
- - /cli-commands/npm-link
11
- - /cli-documentation/cli-commands/link
12
- - /cli-documentation/cli-commands/npm-link
13
- - /cli-documentation/commands/link
14
- - /cli-documentation/commands/npm-link
15
- - /cli-documentation/link
16
- - /cli-documentation/npm-link
9
- /cli-documentation/v10/cli-commands/link
10
- /cli-documentation/v10/cli-commands/npm-link
11
- /cli-documentation/v10/commands/link
12
- /cli-documentation/v10/commands/npm-link
13
- /cli-documentation/v10/link
14
- /cli-documentation/v10/npm-link
23
- - /cli/cli-commands/link
24
- - /cli/cli-commands/npm-link
25
- - /cli/commands/link
26
- - /cli/commands/npm-link
27
- - /cli/link
28
- - /cli/npm-link
15
- /cli/v10/cli-commands/link
16
- /cli/v10/cli-commands/npm-link
17
- /cli/v10/commands/link
18
- /cli/v10/link
19
- /cli/v10/npm-link
34
- - /commands/link
35
- - /commands/npm-link
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-login.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-login.md
8
redirect_from:
9
- - /cli-commands/login
10
- - /cli-commands/npm-login
11
- - /cli-documentation/cli-commands/login
12
- - /cli-documentation/cli-commands/npm-login
13
- - /cli-documentation/commands/login
14
- - /cli-documentation/commands/npm-login
15
- - /cli-documentation/login
16
- - /cli-documentation/npm-login
9
- /cli-documentation/v10/cli-commands/login
10
- /cli-documentation/v10/cli-commands/npm-login
11
- /cli-documentation/v10/commands/login
12
- /cli-documentation/v10/commands/npm-login
13
- /cli-documentation/v10/login
14
- /cli-documentation/v10/npm-login
23
- - /cli/cli-commands/login
24
- - /cli/cli-commands/npm-login
25
- - /cli/commands/login
26
- - /cli/commands/npm-login
27
- - /cli/login
28
- - /cli/npm-login
15
- /cli/v10/cli-commands/login
16
- /cli/v10/cli-commands/npm-login
17
- /cli/v10/commands/login
18
- /cli/v10/login
19
- /cli/v10/npm-login
34
- - /commands/login
35
- - /commands/npm-login
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-logout.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-logout.md
8
redirect_from:
9
- - /cli-commands/logout
10
- - /cli-commands/npm-logout
11
- - /cli-documentation/cli-commands/logout
12
- - /cli-documentation/cli-commands/npm-logout
13
- - /cli-documentation/commands/logout
14
- - /cli-documentation/commands/npm-logout
15
- - /cli-documentation/logout
16
- - /cli-documentation/npm-logout
9
- /cli-documentation/v10/cli-commands/logout
10
- /cli-documentation/v10/cli-commands/npm-logout
11
- /cli-documentation/v10/commands/logout
12
- /cli-documentation/v10/commands/npm-logout
13
- /cli-documentation/v10/logout
14
- /cli-documentation/v10/npm-logout
23
- - /cli/cli-commands/logout
24
- - /cli/cli-commands/npm-logout
25
- - /cli/commands/logout
26
- - /cli/commands/npm-logout
27
- - /cli/logout
28
- - /cli/npm-logout
15
- /cli/v10/cli-commands/logout
16
- /cli/v10/cli-commands/npm-logout
17
- /cli/v10/commands/logout
18
- /cli/v10/logout
19
- /cli/v10/npm-logout
34
- - /commands/logout
35
- - /commands/npm-logout
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-ls.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-ls.md
8
redirect_from:
9
- - /cli-commands/ls
10
- - /cli-commands/npm-ls
11
- - /cli-documentation/cli-commands/ls
12
- - /cli-documentation/cli-commands/npm-ls
13
- - /cli-documentation/commands/ls
14
- - /cli-documentation/commands/npm-ls
15
- - /cli-documentation/ls
16
- - /cli-documentation/npm-ls
9
- /cli-documentation/v10/cli-commands/ls
10
- /cli-documentation/v10/cli-commands/npm-ls
11
- /cli-documentation/v10/commands/ls
12
- /cli-documentation/v10/commands/npm-ls
13
- /cli-documentation/v10/ls
14
- /cli-documentation/v10/npm-ls
23
- - /cli/cli-commands/ls
24
- - /cli/cli-commands/npm-ls
25
- - /cli/commands/ls
26
- - /cli/commands/npm-ls
27
- - /cli/ls
28
- - /cli/npm-ls
15
- /cli/v10/cli-commands/ls
16
- /cli/v10/cli-commands/npm-ls
17
- /cli/v10/commands/ls
18
- /cli/v10/ls
19
- /cli/v10/npm-ls
34
- - /commands/ls
35
- - /commands/npm-ls
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-org.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-org.md
8
redirect_from:
9
- - /cli-commands/npm-org
10
- - /cli-commands/org
11
- - /cli-documentation/cli-commands/npm-org
12
- - /cli-documentation/cli-commands/org
13
- - /cli-documentation/commands/npm-org
14
- - /cli-documentation/commands/org
15
- - /cli-documentation/npm-org
16
- - /cli-documentation/org
9
- /cli-documentation/v10/cli-commands/npm-org
10
- /cli-documentation/v10/cli-commands/org
11
- /cli-documentation/v10/commands/npm-org
12
- /cli-documentation/v10/commands/org
13
- /cli-documentation/v10/npm-org
14
- /cli-documentation/v10/org
23
- - /cli/cli-commands/npm-org
24
- - /cli/cli-commands/org
25
- - /cli/commands/npm-org
26
- - /cli/commands/org
27
- - /cli/npm-org
28
- - /cli/org
15
- /cli/v10/cli-commands/npm-org
16
- /cli/v10/cli-commands/org
17
- /cli/v10/commands/org
18
- /cli/v10/npm-org
19
- /cli/v10/org
34
- - /commands/npm-org
35
- - /commands/org
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-outdated.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-outdated.md
8
redirect_from:
9
- - /cli-commands/npm-outdated
10
- - /cli-commands/outdated
11
- - /cli-documentation/cli-commands/npm-outdated
12
- - /cli-documentation/cli-commands/outdated
13
- - /cli-documentation/commands/npm-outdated
14
- - /cli-documentation/commands/outdated
15
- - /cli-documentation/npm-outdated
16
- - /cli-documentation/outdated
9
- /cli-documentation/v10/cli-commands/npm-outdated
10
- /cli-documentation/v10/cli-commands/outdated
11
- /cli-documentation/v10/commands/npm-outdated
12
- /cli-documentation/v10/commands/outdated
13
- /cli-documentation/v10/npm-outdated
14
- /cli-documentation/v10/outdated
23
- - /cli/cli-commands/npm-outdated
24
- - /cli/cli-commands/outdated
25
- - /cli/commands/npm-outdated
26
- - /cli/commands/outdated
27
- - /cli/npm-outdated
28
- - /cli/outdated
15
- /cli/v10/cli-commands/npm-outdated
16
- /cli/v10/cli-commands/outdated
17
- /cli/v10/commands/outdated
18
- /cli/v10/npm-outdated
19
- /cli/v10/outdated
34
- - /commands/npm-outdated
35
- - /commands/outdated
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-owner.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-owner.md
8
redirect_from:
9
- - /cli-commands/npm-owner
10
- - /cli-commands/owner
11
- - /cli-documentation/cli-commands/npm-owner
12
- - /cli-documentation/cli-commands/owner
13
- - /cli-documentation/commands/npm-owner
14
- - /cli-documentation/commands/owner
15
- - /cli-documentation/npm-owner
16
- - /cli-documentation/owner
9
- /cli-documentation/v10/cli-commands/npm-owner
10
- /cli-documentation/v10/cli-commands/owner
11
- /cli-documentation/v10/commands/npm-owner
12
- /cli-documentation/v10/commands/owner
13
- /cli-documentation/v10/npm-owner
14
- /cli-documentation/v10/owner
23
- - /cli/cli-commands/npm-owner
24
- - /cli/cli-commands/owner
25
- - /cli/commands/npm-owner
26
- - /cli/commands/owner
27
- - /cli/npm-owner
28
- - /cli/owner
15
- /cli/v10/cli-commands/npm-owner
16
- /cli/v10/cli-commands/owner
17
- /cli/v10/commands/owner
18
- /cli/v10/npm-owner
19
- /cli/v10/owner
34
- - /commands/npm-owner
35
- - /commands/owner
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-pack.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-pack.md
8
redirect_from:
9
- - /cli-commands/npm-pack
10
- - /cli-commands/pack
11
- - /cli-documentation/cli-commands/npm-pack
12
- - /cli-documentation/cli-commands/pack
13
- - /cli-documentation/commands/npm-pack
14
- - /cli-documentation/commands/pack
15
- - /cli-documentation/npm-pack
16
- - /cli-documentation/pack
9
- /cli-documentation/v10/cli-commands/npm-pack
10
- /cli-documentation/v10/cli-commands/pack
11
- /cli-documentation/v10/commands/npm-pack
12
- /cli-documentation/v10/commands/pack
13
- /cli-documentation/v10/npm-pack
14
- /cli-documentation/v10/pack
23
- - /cli/cli-commands/npm-pack
24
- - /cli/cli-commands/pack
25
- - /cli/commands/npm-pack
26
- - /cli/commands/pack
27
- - /cli/npm-pack
28
- - /cli/pack
15
- /cli/v10/cli-commands/npm-pack
16
- /cli/v10/cli-commands/pack
17
- /cli/v10/commands/pack
18
- /cli/v10/npm-pack
19
- /cli/v10/pack
34
- - /commands/npm-pack
35
- - /commands/pack
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-ping.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-ping.md
8
redirect_from:
9
- - /cli-commands/npm-ping
10
- - /cli-commands/ping
11
- - /cli-documentation/cli-commands/npm-ping
12
- - /cli-documentation/cli-commands/ping
13
- - /cli-documentation/commands/npm-ping
14
- - /cli-documentation/commands/ping
15
- - /cli-documentation/npm-ping
16
- - /cli-documentation/ping
9
- /cli-documentation/v10/cli-commands/npm-ping
10
- /cli-documentation/v10/cli-commands/ping
11
- /cli-documentation/v10/commands/npm-ping
12
- /cli-documentation/v10/commands/ping
13
- /cli-documentation/v10/npm-ping
14
- /cli-documentation/v10/ping
23
- - /cli/cli-commands/npm-ping
24
- - /cli/cli-commands/ping
25
- - /cli/commands/npm-ping
26
- - /cli/commands/ping
27
- - /cli/npm-ping
28
- - /cli/ping
15
- /cli/v10/cli-commands/npm-ping
16
- /cli/v10/cli-commands/ping
17
- /cli/v10/commands/ping
18
- /cli/v10/npm-ping
19
- /cli/v10/ping
34
- - /commands/npm-ping
35
- - /commands/ping
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-pkg.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-pkg.md
8
redirect_from:
9
- - /cli-commands/npm-pkg
10
- - /cli-commands/pkg
11
- - /cli-documentation/cli-commands/npm-pkg
12
- - /cli-documentation/cli-commands/pkg
13
- - /cli-documentation/commands/npm-pkg
14
- - /cli-documentation/commands/pkg
15
- - /cli-documentation/npm-pkg
16
- - /cli-documentation/pkg
9
- /cli-documentation/v10/cli-commands/npm-pkg
10
- /cli-documentation/v10/cli-commands/pkg
11
- /cli-documentation/v10/commands/npm-pkg
12
- /cli-documentation/v10/commands/pkg
13
- /cli-documentation/v10/npm-pkg
14
- /cli-documentation/v10/pkg
23
- - /cli/cli-commands/npm-pkg
24
- - /cli/cli-commands/pkg
25
- - /cli/commands/npm-pkg
26
- - /cli/commands/pkg
27
- - /cli/npm-pkg
28
- - /cli/pkg
15
- /cli/v10/cli-commands/npm-pkg
16
- /cli/v10/cli-commands/pkg
17
- /cli/v10/commands/pkg
18
- /cli/v10/npm-pkg
19
- /cli/v10/pkg
34
- - /commands/npm-pkg
35
- - /commands/pkg
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-prefix.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-prefix.md
8
redirect_from:
9
- - /cli-commands/npm-prefix
10
- - /cli-commands/prefix
11
- - /cli-documentation/cli-commands/npm-prefix
12
- - /cli-documentation/cli-commands/prefix
13
- - /cli-documentation/commands/npm-prefix
14
- - /cli-documentation/commands/prefix
15
- - /cli-documentation/npm-prefix
16
- - /cli-documentation/prefix
9
- /cli-documentation/v10/cli-commands/npm-prefix
10
- /cli-documentation/v10/cli-commands/prefix
11
- /cli-documentation/v10/commands/npm-prefix
12
- /cli-documentation/v10/commands/prefix
13
- /cli-documentation/v10/npm-prefix
14
- /cli-documentation/v10/prefix
23
- - /cli/cli-commands/npm-prefix
24
- - /cli/cli-commands/prefix
25
- - /cli/commands/npm-prefix
26
- - /cli/commands/prefix
27
- - /cli/npm-prefix
28
- - /cli/prefix
15
- /cli/v10/cli-commands/npm-prefix
16
- /cli/v10/cli-commands/prefix
17
- /cli/v10/commands/prefix
18
- /cli/v10/npm-prefix
19
- /cli/v10/prefix
34
- - /commands/npm-prefix
35
- - /commands/prefix
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-profile.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-profile.md
8
redirect_from:
9
- - /cli-commands/npm-profile
10
- - /cli-commands/profile
11
- - /cli-documentation/cli-commands/npm-profile
12
- - /cli-documentation/cli-commands/profile
13
- - /cli-documentation/commands/npm-profile
14
- - /cli-documentation/commands/profile
15
- - /cli-documentation/npm-profile
16
- - /cli-documentation/profile
9
- /cli-documentation/v10/cli-commands/npm-profile
10
- /cli-documentation/v10/cli-commands/profile
11
- /cli-documentation/v10/commands/npm-profile
12
- /cli-documentation/v10/commands/profile
13
- /cli-documentation/v10/npm-profile
14
- /cli-documentation/v10/profile
23
- - /cli/cli-commands/npm-profile
24
- - /cli/cli-commands/profile
25
- - /cli/commands/npm-profile
26
- - /cli/commands/profile
27
- - /cli/npm-profile
28
- - /cli/profile
15
- /cli/v10/cli-commands/npm-profile
16
- /cli/v10/cli-commands/profile
17
- /cli/v10/commands/profile
18
- /cli/v10/npm-profile
19
- /cli/v10/profile
34
- - /commands/npm-profile
35
- - /commands/profile
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-prune.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-prune.md
8
redirect_from:
9
- - /cli-commands/npm-prune
10
- - /cli-commands/prune
11
- - /cli-documentation/cli-commands/npm-prune
12
- - /cli-documentation/cli-commands/prune
13
- - /cli-documentation/commands/npm-prune
14
- - /cli-documentation/commands/prune
15
- - /cli-documentation/npm-prune
16
- - /cli-documentation/prune
9
- /cli-documentation/v10/cli-commands/npm-prune
10
- /cli-documentation/v10/cli-commands/prune
11
- /cli-documentation/v10/commands/npm-prune
12
- /cli-documentation/v10/commands/prune
13
- /cli-documentation/v10/npm-prune
14
- /cli-documentation/v10/prune
23
- - /cli/cli-commands/npm-prune
24
- - /cli/cli-commands/prune
25
- - /cli/commands/npm-prune
26
- - /cli/commands/prune
27
- - /cli/npm-prune
28
- - /cli/prune
15
- /cli/v10/cli-commands/npm-prune
16
- /cli/v10/cli-commands/prune
17
- /cli/v10/commands/prune
18
- /cli/v10/npm-prune
19
- /cli/v10/prune
34
- - /commands/npm-prune
35
- - /commands/prune
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-publish.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-publish.md
8
redirect_from:
9
- - /cli-commands/npm-publish
10
- - /cli-commands/publish
11
- - /cli-documentation/cli-commands/npm-publish
12
- - /cli-documentation/cli-commands/publish
13
- - /cli-documentation/commands/npm-publish
14
- - /cli-documentation/commands/publish
15
- - /cli-documentation/npm-publish
16
- - /cli-documentation/publish
9
- /cli-documentation/v10/cli-commands/npm-publish
10
- /cli-documentation/v10/cli-commands/publish
11
- /cli-documentation/v10/commands/npm-publish
12
- /cli-documentation/v10/commands/publish
13
- /cli-documentation/v10/npm-publish
14
- /cli-documentation/v10/publish
23
- - /cli/cli-commands/npm-publish
24
- - /cli/cli-commands/publish
25
- - /cli/commands/npm-publish
26
- - /cli/commands/publish
27
- - /cli/npm-publish
28
- - /cli/publish
15
- /cli/v10/cli-commands/npm-publish
16
- /cli/v10/cli-commands/publish
17
- /cli/v10/commands/publish
18
- /cli/v10/npm-publish
19
- /cli/v10/publish
34
- - /commands/npm-publish
35
- - /commands/publish
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-query.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-query.md
8
redirect_from:
9
- - /cli-commands/npm-query
10
- - /cli-commands/query
11
- - /cli-documentation/cli-commands/npm-query
12
- - /cli-documentation/cli-commands/query
13
- - /cli-documentation/commands/npm-query
14
- - /cli-documentation/commands/query
15
- - /cli-documentation/npm-query
16
- - /cli-documentation/query
9
- /cli-documentation/v10/cli-commands/npm-query
10
- /cli-documentation/v10/cli-commands/query
11
- /cli-documentation/v10/commands/npm-query
12
- /cli-documentation/v10/commands/query
13
- /cli-documentation/v10/npm-query
14
- /cli-documentation/v10/query
23
- - /cli/cli-commands/npm-query
24
- - /cli/cli-commands/query
25
- - /cli/commands/npm-query
26
- - /cli/commands/query
27
- - /cli/npm-query
28
- - /cli/query
15
- /cli/v10/cli-commands/npm-query
16
- /cli/v10/cli-commands/query
17
- /cli/v10/commands/query
18
- /cli/v10/npm-query
19
- /cli/v10/query
34
- - /commands/npm-query
35
- - /commands/query
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-rebuild.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-rebuild.md
8
redirect_from:
9
- - /cli-commands/npm-rebuild
10
- - /cli-commands/rebuild
11
- - /cli-documentation/cli-commands/npm-rebuild
12
- - /cli-documentation/cli-commands/rebuild
13
- - /cli-documentation/commands/npm-rebuild
14
- - /cli-documentation/commands/rebuild
15
- - /cli-documentation/npm-rebuild
16
- - /cli-documentation/rebuild
9
- /cli-documentation/v10/cli-commands/npm-rebuild
10
- /cli-documentation/v10/cli-commands/rebuild
11
- /cli-documentation/v10/commands/npm-rebuild
12
- /cli-documentation/v10/commands/rebuild
13
- /cli-documentation/v10/npm-rebuild
14
- /cli-documentation/v10/rebuild
23
- - /cli/cli-commands/npm-rebuild
24
- - /cli/cli-commands/rebuild
25
- - /cli/commands/npm-rebuild
26
- - /cli/commands/rebuild
27
- - /cli/npm-rebuild
28
- - /cli/rebuild
15
- /cli/v10/cli-commands/npm-rebuild
16
- /cli/v10/cli-commands/rebuild
17
- /cli/v10/commands/rebuild
18
- /cli/v10/npm-rebuild
19
- /cli/v10/rebuild
34
- - /commands/npm-rebuild
35
- - /commands/rebuild
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-repo.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-repo.md
8
redirect_from:
9
- - /cli-commands/npm-repo
10
- - /cli-commands/repo
11
- - /cli-documentation/cli-commands/npm-repo
12
- - /cli-documentation/cli-commands/repo
13
- - /cli-documentation/commands/npm-repo
14
- - /cli-documentation/commands/repo
15
- - /cli-documentation/npm-repo
16
- - /cli-documentation/repo
9
- /cli-documentation/v10/cli-commands/npm-repo
10
- /cli-documentation/v10/cli-commands/repo
11
- /cli-documentation/v10/commands/npm-repo
12
- /cli-documentation/v10/commands/repo
13
- /cli-documentation/v10/npm-repo
14
- /cli-documentation/v10/repo
23
- - /cli/cli-commands/npm-repo
24
- - /cli/cli-commands/repo
25
- - /cli/commands/npm-repo
26
- - /cli/commands/repo
27
- - /cli/npm-repo
28
- - /cli/repo
15
- /cli/v10/cli-commands/npm-repo
16
- /cli/v10/cli-commands/repo
17
- /cli/v10/commands/repo
18
- /cli/v10/npm-repo
19
- /cli/v10/repo
34
- - /commands/npm-repo
35
- - /commands/repo
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-restart.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-restart.md
8
redirect_from:
9
- - /cli-commands/npm-restart
10
- - /cli-commands/restart
11
- - /cli-documentation/cli-commands/npm-restart
12
- - /cli-documentation/cli-commands/restart
13
- - /cli-documentation/commands/npm-restart
14
- - /cli-documentation/commands/restart
15
- - /cli-documentation/npm-restart
16
- - /cli-documentation/restart
9
- /cli-documentation/v10/cli-commands/npm-restart
10
- /cli-documentation/v10/cli-commands/restart
11
- /cli-documentation/v10/commands/npm-restart
12
- /cli-documentation/v10/commands/restart
13
- /cli-documentation/v10/npm-restart
14
- /cli-documentation/v10/restart
23
- - /cli/cli-commands/npm-restart
24
- - /cli/cli-commands/restart
25
- - /cli/commands/npm-restart
26
- - /cli/commands/restart
27
- - /cli/npm-restart
28
- - /cli/restart
15
- /cli/v10/cli-commands/npm-restart
16
- /cli/v10/cli-commands/restart
17
- /cli/v10/commands/restart
18
- /cli/v10/npm-restart
19
- /cli/v10/restart
34
- - /commands/npm-restart
35
- - /commands/restart
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-root.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-root.md
8
redirect_from:
9
- - /cli-commands/npm-root
10
- - /cli-commands/root
11
- - /cli-documentation/cli-commands/npm-root
12
- - /cli-documentation/cli-commands/root
13
- - /cli-documentation/commands/npm-root
14
- - /cli-documentation/commands/root
15
- - /cli-documentation/npm-root
16
- - /cli-documentation/root
9
- /cli-documentation/v10/cli-commands/npm-root
10
- /cli-documentation/v10/cli-commands/root
11
- /cli-documentation/v10/commands/npm-root
12
- /cli-documentation/v10/commands/root
13
- /cli-documentation/v10/npm-root
14
- /cli-documentation/v10/root
23
- - /cli/cli-commands/npm-root
24
- - /cli/cli-commands/root
25
- - /cli/commands/npm-root
26
- - /cli/commands/root
27
- - /cli/npm-root
28
- - /cli/root
15
- /cli/v10/cli-commands/npm-root
16
- /cli/v10/cli-commands/root
17
- /cli/v10/commands/root
18
- /cli/v10/npm-root
19
- /cli/v10/root
34
- - /commands/npm-root
35
- - /commands/root
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-run-script.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-run-script.md
8
redirect_from:
9
- - /cli-commands/npm-run-script
10
- - /cli-commands/run-script
11
- - /cli-documentation/cli-commands/npm-run-script
12
- - /cli-documentation/cli-commands/run-script
13
- - /cli-documentation/commands/npm-run-script
14
- - /cli-documentation/commands/run-script
15
- - /cli-documentation/npm-run-script
16
- - /cli-documentation/run-script
9
- /cli-documentation/v10/cli-commands/npm-run-script
10
- /cli-documentation/v10/cli-commands/run-script
11
- /cli-documentation/v10/commands/npm-run-script
12
- /cli-documentation/v10/commands/run-script
13
- /cli-documentation/v10/npm-run-script
14
- /cli-documentation/v10/run-script
23
- - /cli/cli-commands/npm-run-script
24
- - /cli/cli-commands/run-script
25
- - /cli/commands/npm-run-script
26
- - /cli/commands/run-script
27
- - /cli/npm-run-script
28
- - /cli/run-script
15
- /cli/v10/cli-commands/npm-run-script
16
- /cli/v10/cli-commands/run-script
17
- /cli/v10/commands/run-script
18
- /cli/v10/npm-run-script
19
- /cli/v10/run-script
34
- - /commands/npm-run-script
35
- - /commands/run-script
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-sbom.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-sbom.md
8
redirect_from:
9
- - /cli-commands/npm-sbom
10
- - /cli-commands/sbom
11
- - /cli-documentation/cli-commands/npm-sbom
12
- - /cli-documentation/cli-commands/sbom
13
- - /cli-documentation/commands/npm-sbom
14
- - /cli-documentation/commands/sbom
15
- - /cli-documentation/npm-sbom
16
- - /cli-documentation/sbom
9
- /cli-documentation/v10/cli-commands/npm-sbom
10
- /cli-documentation/v10/cli-commands/sbom
11
- /cli-documentation/v10/commands/npm-sbom
12
- /cli-documentation/v10/commands/sbom
13
- /cli-documentation/v10/npm-sbom
14
- /cli-documentation/v10/sbom
23
- - /cli/cli-commands/npm-sbom
24
- - /cli/cli-commands/sbom
25
- - /cli/commands/npm-sbom
26
- - /cli/commands/sbom
27
- - /cli/npm-sbom
28
- - /cli/sbom
15
- /cli/v10/cli-commands/npm-sbom
16
- /cli/v10/cli-commands/sbom
17
- /cli/v10/commands/sbom
18
- /cli/v10/npm-sbom
19
- /cli/v10/sbom
34
- - /commands/npm-sbom
35
- - /commands/sbom
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-search.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-search.md
8
redirect_from:
9
- - /cli-commands/npm-search
10
- - /cli-commands/search
11
- - /cli-documentation/cli-commands/npm-search
12
- - /cli-documentation/cli-commands/search
13
- - /cli-documentation/commands/npm-search
14
- - /cli-documentation/commands/search
15
- - /cli-documentation/npm-search
16
- - /cli-documentation/search
9
- /cli-documentation/v10/cli-commands/npm-search
10
- /cli-documentation/v10/cli-commands/search
11
- /cli-documentation/v10/commands/npm-search
12
- /cli-documentation/v10/commands/search
13
- /cli-documentation/v10/npm-search
14
- /cli-documentation/v10/search
23
- - /cli/cli-commands/npm-search
24
- - /cli/cli-commands/search
25
- - /cli/commands/npm-search
26
- - /cli/commands/search
27
- - /cli/npm-search
28
- - /cli/search
15
- /cli/v10/cli-commands/npm-search
16
- /cli/v10/cli-commands/search
17
- /cli/v10/commands/search
18
- /cli/v10/npm-search
19
- /cli/v10/search
34
- - /commands/npm-search
35
- - /commands/search
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-shrinkwrap.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-shrinkwrap.md
8
redirect_from:
9
- - /cli-commands/npm-shrinkwrap
10
- - /cli-commands/shrinkwrap
11
- - /cli-documentation/cli-commands/npm-shrinkwrap
12
- - /cli-documentation/cli-commands/shrinkwrap
13
- - /cli-documentation/commands/npm-shrinkwrap
14
- - /cli-documentation/commands/shrinkwrap
15
- - /cli-documentation/npm-shrinkwrap
16
- - /cli-documentation/shrinkwrap
9
- /cli-documentation/v10/cli-commands/npm-shrinkwrap
10
- /cli-documentation/v10/cli-commands/shrinkwrap
11
- /cli-documentation/v10/commands/npm-shrinkwrap
12
- /cli-documentation/v10/commands/shrinkwrap
13
- /cli-documentation/v10/npm-shrinkwrap
14
- /cli-documentation/v10/shrinkwrap
23
- - /cli/cli-commands/npm-shrinkwrap
24
- - /cli/cli-commands/shrinkwrap
25
- - /cli/commands/npm-shrinkwrap
26
- - /cli/commands/shrinkwrap
27
- - /cli/npm-shrinkwrap
28
- - /cli/shrinkwrap
15
- /cli/v10/cli-commands/npm-shrinkwrap
16
- /cli/v10/cli-commands/shrinkwrap
17
- /cli/v10/commands/shrinkwrap
18
- /cli/v10/npm-shrinkwrap
19
- /cli/v10/shrinkwrap
34
- - /commands/npm-shrinkwrap
35
- - /commands/shrinkwrap
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-star.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-star.md
8
redirect_from:
9
- - /cli-commands/npm-star
10
- - /cli-commands/star
11
- - /cli-documentation/cli-commands/npm-star
12
- - /cli-documentation/cli-commands/star
13
- - /cli-documentation/commands/npm-star
14
- - /cli-documentation/commands/star
15
- - /cli-documentation/npm-star
16
- - /cli-documentation/star
9
- /cli-documentation/v10/cli-commands/npm-star
10
- /cli-documentation/v10/cli-commands/star
11
- /cli-documentation/v10/commands/npm-star
12
- /cli-documentation/v10/commands/star
13
- /cli-documentation/v10/npm-star
14
- /cli-documentation/v10/star
23
- - /cli/cli-commands/npm-star
24
- - /cli/cli-commands/star
25
- - /cli/commands/npm-star
26
- - /cli/commands/star
27
- - /cli/npm-star
28
- - /cli/star
15
- /cli/v10/cli-commands/npm-star
16
- /cli/v10/cli-commands/star
17
- /cli/v10/commands/star
18
- /cli/v10/npm-star
19
- /cli/v10/star
34
- - /commands/npm-star
35
- - /commands/star
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-stars.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-stars.md
8
redirect_from:
9
- - /cli-commands/npm-stars
10
- - /cli-commands/stars
11
- - /cli-documentation/cli-commands/npm-stars
12
- - /cli-documentation/cli-commands/stars
13
- - /cli-documentation/commands/npm-stars
14
- - /cli-documentation/commands/stars
15
- - /cli-documentation/npm-stars
16
- - /cli-documentation/stars
9
- /cli-documentation/v10/cli-commands/npm-stars
10
- /cli-documentation/v10/cli-commands/stars
11
- /cli-documentation/v10/commands/npm-stars
12
- /cli-documentation/v10/commands/stars
13
- /cli-documentation/v10/npm-stars
14
- /cli-documentation/v10/stars
23
- - /cli/cli-commands/npm-stars
24
- - /cli/cli-commands/stars
25
- - /cli/commands/npm-stars
26
- - /cli/commands/stars
27
- - /cli/npm-stars
28
- - /cli/stars
15
- /cli/v10/cli-commands/npm-stars
16
- /cli/v10/cli-commands/stars
17
- /cli/v10/commands/stars
18
- /cli/v10/npm-stars
19
- /cli/v10/stars
34
- - /commands/npm-stars
35
- - /commands/stars
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-start.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-start.md
8
redirect_from:
9
- - /cli-commands/npm-start
10
- - /cli-commands/start
11
- - /cli-documentation/cli-commands/npm-start
12
- - /cli-documentation/cli-commands/start
13
- - /cli-documentation/commands/npm-start
14
- - /cli-documentation/commands/start
15
- - /cli-documentation/npm-start
16
- - /cli-documentation/start
9
- /cli-documentation/v10/cli-commands/npm-start
10
- /cli-documentation/v10/cli-commands/start
11
- /cli-documentation/v10/commands/npm-start
12
- /cli-documentation/v10/commands/start
13
- /cli-documentation/v10/npm-start
14
- /cli-documentation/v10/start
23
- - /cli/cli-commands/npm-start
24
- - /cli/cli-commands/start
25
- - /cli/commands/npm-start
26
- - /cli/commands/start
27
- - /cli/npm-start
28
- - /cli/start
15
- /cli/v10/cli-commands/npm-start
16
- /cli/v10/cli-commands/start
17
- /cli/v10/commands/start
18
- /cli/v10/npm-start
19
- /cli/v10/start
34
- - /commands/npm-start
35
- - /commands/start
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-stop.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-stop.md
8
redirect_from:
9
- - /cli-commands/npm-stop
10
- - /cli-commands/stop
11
- - /cli-documentation/cli-commands/npm-stop
12
- - /cli-documentation/cli-commands/stop
13
- - /cli-documentation/commands/npm-stop
14
- - /cli-documentation/commands/stop
15
- - /cli-documentation/npm-stop
16
- - /cli-documentation/stop
9
- /cli-documentation/v10/cli-commands/npm-stop
10
- /cli-documentation/v10/cli-commands/stop
11
- /cli-documentation/v10/commands/npm-stop
12
- /cli-documentation/v10/commands/stop
13
- /cli-documentation/v10/npm-stop
14
- /cli-documentation/v10/stop
23
- - /cli/cli-commands/npm-stop
24
- - /cli/cli-commands/stop
25
- - /cli/commands/npm-stop
26
- - /cli/commands/stop
27
- - /cli/npm-stop
28
- - /cli/stop
15
- /cli/v10/cli-commands/npm-stop
16
- /cli/v10/cli-commands/stop
17
- /cli/v10/commands/stop
18
- /cli/v10/npm-stop
19
- /cli/v10/stop
34
- - /commands/npm-stop
35
- - /commands/stop
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-team.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-team.md
8
redirect_from:
9
- - /cli-commands/npm-team
10
- - /cli-commands/team
11
- - /cli-documentation/cli-commands/npm-team
12
- - /cli-documentation/cli-commands/team
13
- - /cli-documentation/commands/npm-team
14
- - /cli-documentation/commands/team
15
- - /cli-documentation/npm-team
16
- - /cli-documentation/team
9
- /cli-documentation/v10/cli-commands/npm-team
10
- /cli-documentation/v10/cli-commands/team
11
- /cli-documentation/v10/commands/npm-team
12
- /cli-documentation/v10/commands/team
13
- /cli-documentation/v10/npm-team
14
- /cli-documentation/v10/team
23
- - /cli/cli-commands/npm-team
24
- - /cli/cli-commands/team
25
- - /cli/commands/npm-team
26
- - /cli/commands/team
27
- - /cli/npm-team
28
- - /cli/team
15
- /cli/v10/cli-commands/npm-team
16
- /cli/v10/cli-commands/team
17
- /cli/v10/commands/team
18
- /cli/v10/npm-team
19
- /cli/v10/team
34
- - /commands/npm-team
35
- - /commands/team
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-test.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-test.md
8
redirect_from:
9
- - /cli-commands/npm-test
10
- - /cli-commands/test
11
- - /cli-documentation/cli-commands/npm-test
12
- - /cli-documentation/cli-commands/test
13
- - /cli-documentation/commands/npm-test
14
- - /cli-documentation/commands/test
15
- - /cli-documentation/npm-test
16
- - /cli-documentation/test
9
- /cli-documentation/v10/cli-commands/npm-test
10
- /cli-documentation/v10/cli-commands/test
11
- /cli-documentation/v10/commands/npm-test
12
- /cli-documentation/v10/commands/test
13
- /cli-documentation/v10/npm-test
14
- /cli-documentation/v10/test
23
- - /cli/cli-commands/npm-test
24
- - /cli/cli-commands/test
25
- - /cli/commands/npm-test
26
- - /cli/commands/test
27
- - /cli/npm-test
28
- - /cli/test
15
- /cli/v10/cli-commands/npm-test
16
- /cli/v10/cli-commands/test
17
- /cli/v10/commands/test
18
- /cli/v10/npm-test
19
- /cli/v10/test
34
- - /commands/npm-test
35
- - /commands/test
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-token.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-token.md
8
redirect_from:
9
- - /cli-commands/npm-token
10
- - /cli-commands/token
11
- - /cli-documentation/cli-commands/npm-token
12
- - /cli-documentation/cli-commands/token
13
- - /cli-documentation/commands/npm-token
14
- - /cli-documentation/commands/token
15
- - /cli-documentation/npm-token
16
- - /cli-documentation/token
9
- /cli-documentation/v10/cli-commands/npm-token
10
- /cli-documentation/v10/cli-commands/token
11
- /cli-documentation/v10/commands/npm-token
12
- /cli-documentation/v10/commands/token
13
- /cli-documentation/v10/npm-token
14
- /cli-documentation/v10/token
23
- - /cli/cli-commands/npm-token
24
- - /cli/cli-commands/token
25
- - /cli/commands/npm-token
26
- - /cli/commands/token
27
- - /cli/npm-token
28
- - /cli/token
15
- /cli/v10/cli-commands/npm-token
16
- /cli/v10/cli-commands/token
17
- /cli/v10/commands/token
18
- /cli/v10/npm-token
19
- /cli/v10/token
34
- - /commands/npm-token
35
- - /commands/token
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-uninstall.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-uninstall.md
8
redirect_from:
9
- - /cli-commands/npm-uninstall
10
- - /cli-commands/uninstall
11
- - /cli-documentation/cli-commands/npm-uninstall
12
- - /cli-documentation/cli-commands/uninstall
13
- - /cli-documentation/commands/npm-uninstall
14
- - /cli-documentation/commands/uninstall
15
- - /cli-documentation/npm-uninstall
16
- - /cli-documentation/uninstall
9
- /cli-documentation/v10/cli-commands/npm-uninstall
10
- /cli-documentation/v10/cli-commands/uninstall
11
- /cli-documentation/v10/commands/npm-uninstall
12
- /cli-documentation/v10/commands/uninstall
13
- /cli-documentation/v10/npm-uninstall
14
- /cli-documentation/v10/uninstall
23
- - /cli/cli-commands/npm-uninstall
24
- - /cli/cli-commands/uninstall
25
- - /cli/commands/npm-uninstall
26
- - /cli/commands/uninstall
27
- - /cli/npm-uninstall
28
- - /cli/uninstall
15
- /cli/v10/cli-commands/npm-uninstall
16
- /cli/v10/cli-commands/uninstall
17
- /cli/v10/commands/uninstall
18
- /cli/v10/npm-uninstall
19
- /cli/v10/uninstall
34
- - /commands/npm-uninstall
35
- - /commands/uninstall
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-unpublish.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-unpublish.md
8
redirect_from:
9
- - /cli-commands/npm-unpublish
10
- - /cli-commands/unpublish
11
- - /cli-documentation/cli-commands/npm-unpublish
12
- - /cli-documentation/cli-commands/unpublish
13
- - /cli-documentation/commands/npm-unpublish
14
- - /cli-documentation/commands/unpublish
15
- - /cli-documentation/npm-unpublish
16
- - /cli-documentation/unpublish
9
- /cli-documentation/v10/cli-commands/npm-unpublish
10
- /cli-documentation/v10/cli-commands/unpublish
11
- /cli-documentation/v10/commands/npm-unpublish
12
- /cli-documentation/v10/commands/unpublish
13
- /cli-documentation/v10/npm-unpublish
14
- /cli-documentation/v10/unpublish
23
- - /cli/cli-commands/npm-unpublish
24
- - /cli/cli-commands/unpublish
25
- - /cli/commands/npm-unpublish
26
- - /cli/commands/unpublish
27
- - /cli/npm-unpublish
28
- - /cli/unpublish
15
- /cli/v10/cli-commands/npm-unpublish
16
- /cli/v10/cli-commands/unpublish
17
- /cli/v10/commands/unpublish
18
- /cli/v10/npm-unpublish
19
- /cli/v10/unpublish
34
- - /commands/npm-unpublish
35
- - /commands/unpublish
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-unstar.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-unstar.md
8
redirect_from:
9
- - /cli-commands/npm-unstar
10
- - /cli-commands/unstar
11
- - /cli-documentation/cli-commands/npm-unstar
12
- - /cli-documentation/cli-commands/unstar
13
- - /cli-documentation/commands/npm-unstar
14
- - /cli-documentation/commands/unstar
15
- - /cli-documentation/npm-unstar
16
- - /cli-documentation/unstar
9
- /cli-documentation/v10/cli-commands/npm-unstar
10
- /cli-documentation/v10/cli-commands/unstar
11
- /cli-documentation/v10/commands/npm-unstar
12
- /cli-documentation/v10/commands/unstar
13
- /cli-documentation/v10/npm-unstar
14
- /cli-documentation/v10/unstar
23
- - /cli/cli-commands/npm-unstar
24
- - /cli/cli-commands/unstar
25
- - /cli/commands/npm-unstar
26
- - /cli/commands/unstar
27
- - /cli/npm-unstar
28
- - /cli/unstar
15
- /cli/v10/cli-commands/npm-unstar
16
- /cli/v10/cli-commands/unstar
17
- /cli/v10/commands/unstar
18
- /cli/v10/npm-unstar
19
- /cli/v10/unstar
34
- - /commands/npm-unstar
35
- - /commands/unstar
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-update.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-update.md
8
redirect_from:
9
- - /cli-commands/npm-update
10
- - /cli-commands/update
11
- - /cli-documentation/cli-commands/npm-update
12
- - /cli-documentation/cli-commands/update
13
- - /cli-documentation/commands/npm-update
14
- - /cli-documentation/commands/update
15
- - /cli-documentation/npm-update
16
- - /cli-documentation/update
9
- /cli-documentation/v10/cli-commands/npm-update
10
- /cli-documentation/v10/cli-commands/update
11
- /cli-documentation/v10/commands/npm-update
12
- /cli-documentation/v10/commands/update
13
- /cli-documentation/v10/npm-update
14
- /cli-documentation/v10/update
23
- - /cli/cli-commands/npm-update
24
- - /cli/cli-commands/update
25
- - /cli/commands/npm-update
26
- - /cli/commands/update
27
- - /cli/npm-update
28
- - /cli/update
15
- /cli/v10/cli-commands/npm-update
16
- /cli/v10/cli-commands/update
17
- /cli/v10/commands/update
18
- /cli/v10/npm-update
19
- /cli/v10/update
34
- - /commands/npm-update
35
- - /commands/update
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-version.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-version.md
8
redirect_from:
9
- - /cli-commands/npm-version
10
- - /cli-commands/version
11
- - /cli-documentation/cli-commands/npm-version
12
- - /cli-documentation/cli-commands/version
13
- - /cli-documentation/commands/npm-version
14
- - /cli-documentation/commands/version
15
- - /cli-documentation/npm-version
9
- /cli-documentation/v10/cli-commands/npm-version
10
- /cli-documentation/v10/cli-commands/version
11
- /cli-documentation/v10/commands/npm-version
12
- /cli-documentation/v10/commands/version
13
- /cli-documentation/v10/npm-version
14
- /cli-documentation/v10/version
22
- - /cli-documentation/version
23
- - /cli/cli-commands/npm-version
24
- - /cli/cli-commands/version
25
- - /cli/commands/npm-version
26
- - /cli/commands/version
27
- - /cli/npm-version
15
- /cli/v10/cli-commands/npm-version
16
- /cli/v10/cli-commands/version
17
- /cli/v10/commands/version
18
- /cli/v10/npm-version
19
- /cli/v10/version
33
- - /cli/version
34
- - /commands/npm-version
35
- - /commands/version
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-view.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-view.md
8
redirect_from:
9
- - /cli-commands/npm-view
10
- - /cli-commands/view
11
- - /cli-documentation/cli-commands/npm-view
12
- - /cli-documentation/cli-commands/view
13
- - /cli-documentation/commands/npm-view
14
- - /cli-documentation/commands/view
15
- - /cli-documentation/npm-view
9
- /cli-documentation/v10/cli-commands/npm-view
10
- /cli-documentation/v10/cli-commands/view
11
- /cli-documentation/v10/commands/npm-view
12
- /cli-documentation/v10/commands/view
13
- /cli-documentation/v10/npm-view
14
- /cli-documentation/v10/view
22
- - /cli-documentation/view
23
- - /cli/cli-commands/npm-view
24
- - /cli/cli-commands/view
25
- - /cli/commands/npm-view
26
- - /cli/commands/view
27
- - /cli/npm-view
15
- /cli/v10/cli-commands/npm-view
16
- /cli/v10/cli-commands/view
17
- /cli/v10/commands/view
18
- /cli/v10/npm-view
19
- /cli/v10/view
33
- - /cli/view
34
- - /commands/npm-view
35
- - /commands/view
20
---
21
22
### Synopsis
content/cli/v10/commands/npm-whoami.mdx
-16
@@ -6,33 +6,17 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm-whoami.md
8
redirect_from:
9
- - /cli-commands/npm-whoami
10
- - /cli-commands/whoami
11
- - /cli-documentation/cli-commands/npm-whoami
12
- - /cli-documentation/cli-commands/whoami
13
- - /cli-documentation/commands/npm-whoami
14
- - /cli-documentation/commands/whoami
15
- - /cli-documentation/npm-whoami
9
- /cli-documentation/v10/cli-commands/npm-whoami
10
- /cli-documentation/v10/cli-commands/whoami
11
- /cli-documentation/v10/commands/npm-whoami
12
- /cli-documentation/v10/commands/whoami
13
- /cli-documentation/v10/npm-whoami
14
- /cli-documentation/v10/whoami
22
- - /cli-documentation/whoami
23
- - /cli/cli-commands/npm-whoami
24
- - /cli/cli-commands/whoami
25
- - /cli/commands/npm-whoami
26
- - /cli/commands/whoami
27
- - /cli/npm-whoami
15
- /cli/v10/cli-commands/npm-whoami
16
- /cli/v10/cli-commands/whoami
17
- /cli/v10/commands/whoami
18
- /cli/v10/npm-whoami
19
- /cli/v10/whoami
33
- - /cli/whoami
34
- - /commands/npm-whoami
35
- - /commands/whoami
20
---
21
22
### Synopsis
content/cli/v10/commands/npm.mdx
-8
@@ -6,19 +6,11 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npm.md
8
redirect_from:
9
- - /cli-commands/npm
10
- - /cli-documentation/cli-commands/npm
11
- - /cli-documentation/commands/npm
12
- - /cli-documentation/npm
9
- /cli-documentation/v10/cli-commands/npm
10
- /cli-documentation/v10/commands/npm
11
- /cli-documentation/v10/npm
16
- - /cli/cli-commands/npm
17
- - /cli/commands/npm
18
- - /cli/npm
12
- /cli/v10/cli-commands/npm
13
- /cli/v10/npm
21
- - /commands/npm
14
---
15
16
### Synopsis
content/cli/v10/commands/npx.mdx
-8
@@ -6,19 +6,11 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/commands/npx.md
8
redirect_from:
9
- - /cli-commands/npx
10
- - /cli-documentation/cli-commands/npx
11
- - /cli-documentation/commands/npx
12
- - /cli-documentation/npx
9
- /cli-documentation/v10/cli-commands/npx
10
- /cli-documentation/v10/commands/npx
11
- /cli-documentation/v10/npx
16
- - /cli/cli-commands/npx
17
- - /cli/commands/npx
18
- - /cli/npx
12
- /cli/v10/cli-commands/npx
13
- /cli/v10/npx
21
- - /commands/npx
14
---
15
16
### Synopsis
content/cli/v10/configuring-npm/folders.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/folders.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/folders
10
- - /cli-documentation/files/folders
9
- /cli-documentation/v10/configuring-npm/folders
10
- /cli-documentation/v10/files/folders
13
- - /cli/configuring-npm/folders
14
- - /cli/files/folders
11
- /cli/v10/files/folders
16
- - /configuring-npm/folders
17
- - /files/folders
12
---
13
14
### Description
content/cli/v10/configuring-npm/index.mdx
-12
@@ -5,25 +5,13 @@ github_repo: npm/cli
5
github_branch: release/v10
6
github_path: docs/lib/content/nav.yml
7
redirect_from:
8
- - /cli-documentation/configuring-npm
9
- - /cli-documentation/configuring-npm/index
10
- - /cli-documentation/files
11
- - /cli-documentation/files/index
8
- /cli-documentation/v10/configuring-npm
9
- /cli-documentation/v10/configuring-npm/index
10
- /cli-documentation/v10/files
11
- /cli-documentation/v10/files/index
16
- - /cli/configuring-npm
17
- - /cli/configuring-npm/index
18
- - /cli/files
19
- - /cli/files/index
12
- /cli/v10/configuring-npm/index
13
- /cli/v10/files
14
- /cli/v10/files/index
23
- - /configuring-npm
24
- - /configuring-npm/index
25
- - /files
26
- - /files/index
15
---
16
17
<Index depth="1" />
content/cli/v10/configuring-npm/install.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/install.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/install
10
- - /cli-documentation/files/install
9
- /cli-documentation/v10/configuring-npm/install
10
- /cli-documentation/v10/files/install
13
- - /cli/configuring-npm/install
14
- - /cli/files/install
11
- /cli/v10/files/install
16
- - /configuring-npm/install
17
- - /files/install
12
---
13
14
### Description
content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx
-12
@@ -6,25 +6,13 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/npm-shrinkwrap-json.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/npm-shrinkwrap-json
10
- - /cli-documentation/configuring-npm/npm-shrinkwrap.json
11
- - /cli-documentation/files/npm-shrinkwrap-json
12
- - /cli-documentation/files/npm-shrinkwrap.json
9
- /cli-documentation/v10/configuring-npm/npm-shrinkwrap-json
10
- /cli-documentation/v10/configuring-npm/npm-shrinkwrap.json
11
- /cli-documentation/v10/files/npm-shrinkwrap-json
12
- /cli-documentation/v10/files/npm-shrinkwrap.json
17
- - /cli/configuring-npm/npm-shrinkwrap-json
18
- - /cli/configuring-npm/npm-shrinkwrap.json
19
- - /cli/files/npm-shrinkwrap-json
20
- - /cli/files/npm-shrinkwrap.json
13
- /cli/v10/configuring-npm/npm-shrinkwrap.json
14
- /cli/v10/files/npm-shrinkwrap-json
15
- /cli/v10/files/npm-shrinkwrap.json
24
- - /configuring-npm/npm-shrinkwrap-json
25
- - /configuring-npm/npm-shrinkwrap.json
26
- - /files/npm-shrinkwrap-json
27
- - /files/npm-shrinkwrap.json
16
---
17
18
### Description
content/cli/v10/configuring-npm/npmrc.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/npmrc.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/npmrc
10
- - /cli-documentation/files/npmrc
9
- /cli-documentation/v10/configuring-npm/npmrc
10
- /cli-documentation/v10/files/npmrc
13
- - /cli/configuring-npm/npmrc
14
- - /cli/files/npmrc
11
- /cli/v10/files/npmrc
16
- - /configuring-npm/npmrc
17
- - /files/npmrc
12
---
13
14
### Description
content/cli/v10/configuring-npm/package-json.mdx
-12
@@ -6,25 +6,13 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/package-json.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/package-json
10
- - /cli-documentation/configuring-npm/package.json
11
- - /cli-documentation/files/package-json
12
- - /cli-documentation/files/package.json
9
- /cli-documentation/v10/configuring-npm/package-json
10
- /cli-documentation/v10/configuring-npm/package.json
11
- /cli-documentation/v10/files/package-json
12
- /cli-documentation/v10/files/package.json
17
- - /cli/configuring-npm/package-json
18
- - /cli/configuring-npm/package.json
19
- - /cli/files/package-json
20
- - /cli/files/package.json
13
- /cli/v10/configuring-npm/package.json
14
- /cli/v10/files/package-json
15
- /cli/v10/files/package.json
24
- - /configuring-npm/package-json
25
- - /configuring-npm/package.json
26
- - /files/package-json
27
- - /files/package.json
16
---
17
18
### Description
content/cli/v10/configuring-npm/package-lock-json.mdx
-12
@@ -6,25 +6,13 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/configuring-npm/package-lock-json.md
8
redirect_from:
9
- - /cli-documentation/configuring-npm/package-lock-json
10
- - /cli-documentation/configuring-npm/package-lock.json
11
- - /cli-documentation/files/package-lock-json
12
- - /cli-documentation/files/package-lock.json
9
- /cli-documentation/v10/configuring-npm/package-lock-json
10
- /cli-documentation/v10/configuring-npm/package-lock.json
11
- /cli-documentation/v10/files/package-lock-json
12
- /cli-documentation/v10/files/package-lock.json
17
- - /cli/configuring-npm/package-lock-json
18
- - /cli/configuring-npm/package-lock.json
19
- - /cli/files/package-lock-json
20
- - /cli/files/package-lock.json
13
- /cli/v10/configuring-npm/package-lock.json
14
- /cli/v10/files/package-lock-json
15
- /cli/v10/files/package-lock.json
24
- - /configuring-npm/package-lock-json
25
- - /configuring-npm/package-lock.json
26
- - /files/package-lock-json
27
- - /files/package-lock.json
16
---
17
18
### Description
content/cli/v10/index.mdx
-4
@@ -5,12 +5,8 @@ github_repo: npm/cli
5
github_branch: release/v10
6
github_path: docs/lib/content/nav.yml
7
redirect_from:
8
- - /cli
9
- - /cli-documentation
10
- - /cli-documentation/index
8
- /cli-documentation/v10
9
- /cli-documentation/v10/index
13
- - /cli/index
10
- /cli/v10/index
11
---
12
content/cli/v10/using-npm/changelog.mdx
+1
-86
@@ -4,97 +4,12 @@ github_repo: npm/cli
4
github_branch: release/v10
5
github_path: CHANGELOG.md
6
redirect_from:
7
- - /cli-documentation/misc/changelog
8
- - /cli-documentation/using-npm/changelog
7
- /cli-documentation/v10/misc/changelog
8
- /cli-documentation/v10/using-npm/changelog
11
- - /cli/misc/changelog
12
- - /cli/using-npm/changelog
9
- /cli/v10/misc/changelog
14
- - /misc/changelog
15
- - /using-npm/changelog
10
---
11
18
-## [11.0.0](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0) (2024-12-16)
19
-
20
-### Documentation
21
-
22
-- [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy)
23
-
24
-### Dependencies
25
-
26
-- [`5319e48`](https://github.com/npm/cli/commit/5319e48a5a91768dccdfe728392dc2040e7ce27e) [#7973](https://github.com/npm/cli/pull/7973) remove unnecessary sprintf-js files in node_modules (#7973)
27
-- [`d369c77`](https://github.com/npm/cli/commit/d369c7716d753580da708723a2a4f8b3be767cb1) [#7976](https://github.com/npm/cli/pull/7976) `socks-proxy-agent@8.0.5`
28
-- [`3b2951a`](https://github.com/npm/cli/commit/3b2951a3ba1521b9866d9b33960aa3307d4f31dd) [#7976](https://github.com/npm/cli/pull/7976) `https-proxy-agent@7.0.6`
29
-- [`a598b7b`](https://github.com/npm/cli/commit/a598b7bd3de2b02bd14a3fa2f49c14a5ca50a43e) [#7976](https://github.com/npm/cli/pull/7976) `agent-base@7.1.3`
30
-- [`52bcaf6`](https://github.com/npm/cli/commit/52bcaf6464f44b30137ee3d3fe79322c1b1646ef) [#7976](https://github.com/npm/cli/pull/7976) `debug@4.4.0`
31
-- [`aabf345`](https://github.com/npm/cli/commit/aabf345a524f8aba7e0f45c0d4b8c86d5160d0cc) [#7976](https://github.com/npm/cli/pull/7976) `p-map@7.0.3`
32
-- [`28e8761`](https://github.com/npm/cli/commit/28e876135411cd9a93dbdd74906869c54286d7bc) [#7976](https://github.com/npm/cli/pull/7976) `npm-package-arg@12.0.1`
33
-
34
-### Chores
35
-
36
-- [`ecd7190`](https://github.com/npm/cli/commit/ecd719026860d464557223b212acec4347477128) [#7976](https://github.com/npm/cli/pull/7976) dev dependency updates (@wraithgar)
37
-- [`a07f4e0`](https://github.com/npm/cli/commit/a07f4e0d921f640be6aa87736debd550ec478f89) [#7976](https://github.com/npm/cli/pull/7976) `@npmcli/template-oss@4.23.6` (@wraithgar)
38
-- [`687ab12`](https://github.com/npm/cli/commit/687ab12eb5ea0ee1017101f3a83d42fd76299627) [#7970](https://github.com/npm/cli/pull/7970) remove pre-release mode from npm 11 and workspaces (#7970) (@wraithgar)
39
-- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0): `@npmcli/arborist@9.0.0`
40
-- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0): `@npmcli/config@10.0.0`
41
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.0): `libnpmaccess@10.0.0`
42
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0): `libnpmdiff@8.0.0`
43
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0): `libnpmexec@10.0.0`
44
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0): `libnpmfund@7.0.0`
45
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0): `libnpmorg@8.0.0`
46
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0): `libnpmpack@9.0.0`
47
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.0): `libnpmpublish@11.0.0`
48
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v9.0.0): `libnpmsearch@9.0.0`
49
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.0): `libnpmteam@8.0.0`
50
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.0): `libnpmversion@8.0.0`
51
-
52
-## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06)
53
-
54
-### ⚠️ BREAKING CHANGES
55
-
56
-- Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
57
-- `npm init` now has a `type` prompt, and sorts the entries the created packages differently
58
-- `bun.lockb` files are now included in the strict ignore list during packing
59
-
60
-### Features
61
-
62
-- [`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d) [#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
63
-
64
-### Bug Fixes
65
-
66
-- [`e362c6d`](https://github.com/npm/cli/commit/e362c6d3a6c8bc0221b8c8a6c3dd623da9e6ae04) [#7944](https://github.com/npm/cli/pull/7944) prefix: remove duplicate -g from usage output (#7944) (@wraithgar)
67
-
68
-### Documentation
69
-
70
-- [`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6) [#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
71
-- [`1be8e95`](https://github.com/npm/cli/commit/1be8e9500826e7aef041976fd908658f473caf23) [#7945](https://github.com/npm/cli/pull/7945) update ignore rules (@wraithgar)
72
-
73
-### Dependencies
74
-
75
-- [`bc9b14d`](https://github.com/npm/cli/commit/bc9b14dc35378262c36ef5f59f96455b21a430cc) [#7955](https://github.com/npm/cli/pull/7955) `@npmcli/run-script@9.0.2`
76
-- [`fecfcf4`](https://github.com/npm/cli/commit/fecfcf4987e30cc5ed04b0b77ccc9eb30c2b5c8f) [#7955](https://github.com/npm/cli/pull/7955) `node-gyp@11.0.0`
77
-- [`8905037`](https://github.com/npm/cli/commit/890503767c733a1eacfdd562b01eb37ac253906c) [#7955](https://github.com/npm/cli/pull/7955) `p-map@7.0.2`
78
-- [`ac8eb39`](https://github.com/npm/cli/commit/ac8eb390b0e0a21346fcdc5476ee0b884278b3a9) [#7955](https://github.com/npm/cli/pull/7955) `diff@7.0.0`
79
-- [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `walk-up-path@4.0.0`
80
-- [`d463a6f`](https://github.com/npm/cli/commit/d463a6f071da79b7a2151eeeea8a6f6cceea182f) [#7955](https://github.com/npm/cli/pull/7955) `init-package-json@8.0.0`
81
-- [`b87ba24`](https://github.com/npm/cli/commit/b87ba2402ab86532d54b7b4e09b38582c0f11a5e) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/package-json@6.1.0`
82
-- [`4bf1901`](https://github.com/npm/cli/commit/4bf1901f6dc57748d851ebe82262e9bef85a4ba7) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/metavuln-calculator@9.0.0`
83
-- [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `pacote@21.0.0`
84
-- [`4906f3d`](https://github.com/npm/cli/commit/4906f3ddf05c97f6e9832617a22c7ae228b46985) [#7945](https://github.com/npm/cli/pull/7945) `npm-packlist@10.0.0`
85
-
86
-### Chores
87
-
88
-- [`cfdf214`](https://github.com/npm/cli/commit/cfdf2147b5bfd80c7478486d07cb085de6fb8c4c) [#7943](https://github.com/npm/cli/pull/7943) fork changelog (#7943) (@wraithgar)
89
-- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/arborist@9.0.0-pre.1`
90
-- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre.1): `@npmcli/config@10.0.0-pre.1`
91
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre.1): `libnpmdiff@8.0.0-pre.1`
92
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre.1): `libnpmexec@10.0.0-pre.1`
93
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre.1): `libnpmfund@7.0.0-pre.1`
94
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre.1): `libnpmorg@8.0.0-pre.1`
95
-- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre.1): `libnpmpack@9.0.0-pre.1`
96
-
97
-## [11.0.0-pre.0](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre.0) (2024-11-26)
12
+## [10.9.2](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) (2024-12-04)
13
14
### Dependencies
15
content/cli/v10/using-npm/config.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/config.md
8
redirect_from:
9
- - /cli-documentation/misc/config
10
- - /cli-documentation/using-npm/config
9
- /cli-documentation/v10/misc/config
10
- /cli-documentation/v10/using-npm/config
13
- - /cli/misc/config
14
- - /cli/using-npm/config
11
- /cli/v10/misc/config
16
- - /misc/config
17
- - /using-npm/config
12
---
13
14
### Description
content/cli/v10/using-npm/dependency-selectors.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/dependency-selectors.md
8
redirect_from:
9
- - /cli-documentation/misc/dependency-selectors
10
- - /cli-documentation/using-npm/dependency-selectors
9
- /cli-documentation/v10/misc/dependency-selectors
10
- /cli-documentation/v10/using-npm/dependency-selectors
13
- - /cli/misc/dependency-selectors
14
- - /cli/using-npm/dependency-selectors
11
- /cli/v10/misc/dependency-selectors
16
- - /misc/dependency-selectors
17
- - /using-npm/dependency-selectors
12
---
13
14
### Description
content/cli/v10/using-npm/developers.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/developers.md
8
redirect_from:
9
- - /cli-documentation/misc/developers
10
- - /cli-documentation/using-npm/developers
9
- /cli-documentation/v10/misc/developers
10
- /cli-documentation/v10/using-npm/developers
13
- - /cli/misc/developers
14
- - /cli/using-npm/developers
11
- /cli/v10/misc/developers
16
- - /misc/developers
17
- - /using-npm/developers
12
---
13
14
### Description
content/cli/v10/using-npm/index.mdx
-12
@@ -5,25 +5,13 @@ github_repo: npm/cli
5
github_branch: release/v10
6
github_path: docs/lib/content/nav.yml
7
redirect_from:
8
- - /cli-documentation/misc
9
- - /cli-documentation/misc/index
10
- - /cli-documentation/using-npm
11
- - /cli-documentation/using-npm/index
8
- /cli-documentation/v10/misc
9
- /cli-documentation/v10/misc/index
10
- /cli-documentation/v10/using-npm
11
- /cli-documentation/v10/using-npm/index
16
- - /cli/misc
17
- - /cli/misc/index
18
- - /cli/using-npm
19
- - /cli/using-npm/index
12
- /cli/v10/misc
13
- /cli/v10/misc/index
14
- /cli/v10/using-npm/index
23
- - /misc
24
- - /misc/index
25
- - /using-npm
26
- - /using-npm/index
15
---
16
17
<Index depth="1" />
content/cli/v10/using-npm/logging.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/logging.md
8
redirect_from:
9
- - /cli-documentation/misc/logging
10
- - /cli-documentation/using-npm/logging
9
- /cli-documentation/v10/misc/logging
10
- /cli-documentation/v10/using-npm/logging
13
- - /cli/misc/logging
14
- - /cli/using-npm/logging
11
- /cli/v10/misc/logging
16
- - /misc/logging
17
- - /using-npm/logging
12
---
13
14
### Description
content/cli/v10/using-npm/orgs.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/orgs.md
8
redirect_from:
9
- - /cli-documentation/misc/orgs
10
- - /cli-documentation/using-npm/orgs
9
- /cli-documentation/v10/misc/orgs
10
- /cli-documentation/v10/using-npm/orgs
13
- - /cli/misc/orgs
14
- - /cli/using-npm/orgs
11
- /cli/v10/misc/orgs
16
- - /misc/orgs
17
- - /using-npm/orgs
12
---
13
14
### Description
content/cli/v10/using-npm/package-spec.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/package-spec.md
8
redirect_from:
9
- - /cli-documentation/misc/package-spec
10
- - /cli-documentation/using-npm/package-spec
9
- /cli-documentation/v10/misc/package-spec
10
- /cli-documentation/v10/using-npm/package-spec
13
- - /cli/misc/package-spec
14
- - /cli/using-npm/package-spec
11
- /cli/v10/misc/package-spec
16
- - /misc/package-spec
17
- - /using-npm/package-spec
12
---
13
14
### Description
content/cli/v10/using-npm/registry.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/registry.md
8
redirect_from:
9
- - /cli-documentation/misc/registry
10
- - /cli-documentation/using-npm/registry
9
- /cli-documentation/v10/misc/registry
10
- /cli-documentation/v10/using-npm/registry
13
- - /cli/misc/registry
14
- - /cli/using-npm/registry
11
- /cli/v10/misc/registry
16
- - /misc/registry
17
- - /using-npm/registry
12
---
13
14
### Description
content/cli/v10/using-npm/removal.mdx
-12
@@ -6,25 +6,13 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/removal.md
8
redirect_from:
9
- - /cli-documentation/misc/removal
10
- - /cli-documentation/misc/removing-npm
11
- - /cli-documentation/using-npm/removal
12
- - /cli-documentation/using-npm/removing-npm
9
- /cli-documentation/v10/misc/removal
10
- /cli-documentation/v10/misc/removing-npm
11
- /cli-documentation/v10/using-npm/removal
12
- /cli-documentation/v10/using-npm/removing-npm
17
- - /cli/misc/removal
18
- - /cli/misc/removing-npm
19
- - /cli/using-npm/removal
20
- - /cli/using-npm/removing-npm
13
- /cli/v10/misc/removal
14
- /cli/v10/misc/removing-npm
15
- /cli/v10/using-npm/removing-npm
24
- - /misc/removal
25
- - /misc/removing-npm
26
- - /using-npm/removal
27
- - /using-npm/removing-npm
16
---
17
18
### Synopsis
content/cli/v10/using-npm/scope.mdx
-12
@@ -6,25 +6,13 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/scope.md
8
redirect_from:
9
- - /cli-documentation/misc/npm-scope
10
- - /cli-documentation/misc/scope
11
- - /cli-documentation/using-npm/npm-scope
12
- - /cli-documentation/using-npm/scope
9
- /cli-documentation/v10/misc/npm-scope
10
- /cli-documentation/v10/misc/scope
11
- /cli-documentation/v10/using-npm/npm-scope
12
- /cli-documentation/v10/using-npm/scope
17
- - /cli/misc/npm-scope
18
- - /cli/misc/scope
19
- - /cli/using-npm/npm-scope
20
- - /cli/using-npm/scope
13
- /cli/v10/misc/npm-scope
14
- /cli/v10/misc/scope
15
- /cli/v10/using-npm/npm-scope
24
- - /misc/npm-scope
25
- - /misc/scope
26
- - /using-npm/npm-scope
27
- - /using-npm/scope
16
---
17
18
### Description
content/cli/v10/using-npm/scripts.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/scripts.md
8
redirect_from:
9
- - /cli-documentation/misc/scripts
10
- - /cli-documentation/using-npm/scripts
9
- /cli-documentation/v10/misc/scripts
10
- /cli-documentation/v10/using-npm/scripts
13
- - /cli/misc/scripts
14
- - /cli/using-npm/scripts
11
- /cli/v10/misc/scripts
16
- - /misc/scripts
17
- - /using-npm/scripts
12
---
13
14
### Description
content/cli/v10/using-npm/workspaces.mdx
-6
@@ -6,15 +6,9 @@ github_repo: npm/cli
6
github_branch: release/v10
7
github_path: docs/lib/content/using-npm/workspaces.md
8
redirect_from:
9
- - /cli-documentation/misc/workspaces
10
- - /cli-documentation/using-npm/workspaces
9
- /cli-documentation/v10/misc/workspaces
10
- /cli-documentation/v10/using-npm/workspaces
13
- - /cli/misc/workspaces
14
- - /cli/using-npm/workspaces
11
- /cli/v10/misc/workspaces
16
- - /misc/workspaces
17
- - /using-npm/workspaces
12
---
13
14
### Description
content/nav.yml
+1
-1
@@ -1327,7 +1327,7 @@
1327
- title: Version 10.9.2
1328
shortName: v10
1329
url: /cli/v10
1330
- default: true
1330
+ default: false
1331
type: legacy
1332
children:
1333
- title: CLI Commands