Skip to content

Commit c10729f

Browse files
npm-cli-botdanielleadams
authored andcommittedJul 6, 2023
deps: upgrade npm to 9.6.3
PR-URL: #47325 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luke Karrys <luke@lukekarrys.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent ece029f commit c10729f

File tree

321 files changed

+12274
-15792
lines changed

Some content is hidden

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

321 files changed

+12274
-15792
lines changed
 

‎deps/npm/README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh
2727

2828
#### Node Version Managers
2929

30-
If you're looking to manage multiple versions of **`node`** &/or **`npm`**, consider using a "Node Version Manager" such as:
31-
32-
* [**`nvm`**](https://github.com/nvm-sh/nvm)
33-
* [**`nvs`**](https://github.com/jasongin/nvs)
34-
* [**`nave`**](https://github.com/isaacs/nave)
35-
* [**`n`**](https://github.com/tj/n)
36-
* [**`volta`**](https://github.com/volta-cli/volta)
37-
* [**`nodenv`**](https://github.com/nodenv/nodenv)
38-
* [**`asdf-nodejs`**](https://github.com/asdf-vm/asdf-nodejs)
39-
* [**`nvm-windows`**](https://github.com/coreybutler/nvm-windows)
40-
* [**`fnm`**](https://github.com/Schniz/fnm)
30+
If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node%20version%20manager&type=repositories)
4131

4232
### Usage
4333

‎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.6.2 /path/to/npm
30+
npm@9.6.3 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

0 commit comments

Comments
 (0)
Please sign in to comment.