Skip to content

Commit

Permalink
docs: replace version manager list with a github search (#6311)
Browse files Browse the repository at this point in the history
We are not really in the business of curating external tools and github search returns very good results
  • Loading branch information
wraithgar committed Mar 30, 2023
1 parent 7df8bfa commit 1e2eb81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh

#### Node Version Managers

If you're looking to manage multiple versions of **`node`** &/or **`npm`**, consider using a "Node Version Manager" such as:

* [**`nvm`**](https://github.com/nvm-sh/nvm)
* [**`nvs`**](https://github.com/jasongin/nvs)
* [**`nave`**](https://github.com/isaacs/nave)
* [**`n`**](https://github.com/tj/n)
* [**`volta`**](https://github.com/volta-cli/volta)
* [**`nodenv`**](https://github.com/nodenv/nodenv)
* [**`asdf-nodejs`**](https://github.com/asdf-vm/asdf-nodejs)
* [**`nvm-windows`**](https://github.com/coreybutler/nvm-windows)
* [**`fnm`**](https://github.com/Schniz/fnm)
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)

### Usage

Expand Down
13 changes: 2 additions & 11 deletions docs/lib/content/configuring-npm/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,8 @@ npm -v
Node version managers allow you to install and switch between multiple
versions of Node.js and npm on your system so you can test your
applications on multiple versions of npm to ensure they work for users on
different versions.

#### OSX or Linux Node version managers

* [nvm](https://github.com/creationix/nvm)
* [n](https://github.com/tj/n)

#### Windows Node version managers

* [nodist](https://github.com/marcelklehr/nodist)
* [nvm-windows](https://github.com/coreybutler/nvm-windows)
different versions. You can
[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).

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

Expand Down

0 comments on commit 1e2eb81

Please sign in to comment.