Skip to content

Commit 1e2eb81

Browse files
authoredMar 30, 2023
docs: replace version manager list with a github search (#6311)
We are not really in the business of curating external tools and github search returns very good results
1 parent 7df8bfa commit 1e2eb81

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed
 

‎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

‎docs/lib/content/configuring-npm/install.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,8 @@ npm -v
3838
Node version managers allow you to install and switch between multiple
3939
versions of Node.js and npm on your system so you can test your
4040
applications on multiple versions of npm to ensure they work for users on
41-
different versions.
42-
43-
#### OSX or Linux Node version managers
44-
45-
* [nvm](https://github.com/creationix/nvm)
46-
* [n](https://github.com/tj/n)
47-
48-
#### Windows Node version managers
49-
50-
* [nodist](https://github.com/marcelklehr/nodist)
51-
* [nvm-windows](https://github.com/coreybutler/nvm-windows)
41+
different versions. You can
42+
[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).
5243

5344
### Using a Node installer to install Node.js and npm
5445

0 commit comments

Comments
 (0)
Please sign in to comment.