Skip to content

Commit 7599b91

Browse files
npm-cli-botjuanarbol
authored andcommittedJan 22, 2023
deps: upgrade npm to 9.2.0
PR-URL: #45780 Backport-PR-URL: #46230 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 4844935 commit 7599b91

File tree

166 files changed

+9178
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+9178
-695
lines changed
 

‎deps/npm/docs/content/commands/npm-doctor.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Check your npm environment
77
### Synopsis
88

99
```bash
10-
npm doctor
10+
npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]
1111
```
1212

1313
Note: This command is unaware of workspaces.
@@ -33,8 +33,10 @@ Also, in addition to this, there are also very many issue reports due to
3333
using old versions of npm. Since npm is constantly improving, running
3434
`npm@latest` is better than an old version.
3535

36-
`npm doctor` verifies the following items in your environment, and if there
37-
are any recommended changes, it will display them.
36+
`npm doctor` verifies the following items in your environment, and if
37+
there are any recommended changes, it will display them. By default npm
38+
runs all of these checks. You can limit what checks are ran by
39+
specifying them as extra arguments.
3840

3941
#### `npm ping`
4042

‎deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@9.1.3 /path/to/npm
30+
npm@9.2.0 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

0 commit comments

Comments
 (0)