From 0a93f4c4742a581db83f064dd26138b8e486f407 Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 30 Mar 2023 11:25:17 -0700 Subject: [PATCH] docs: replace version manager list with a github search We are not really in the business of curating external tools and github search returns very good results --- README.md | 12 +----------- docs/lib/content/configuring-npm/install.md | 13 ++----------- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index b88882fadfee0..5665c7a26a98e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/lib/content/configuring-npm/install.md b/docs/lib/content/configuring-npm/install.md index 18b4421687ba9..eab56e881e017 100644 --- a/docs/lib/content/configuring-npm/install.md +++ b/docs/lib/content/configuring-npm/install.md @@ -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