File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
docs/lib/content/configuring-npm Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -38,17 +38,8 @@ npm -v
3838Node version managers allow you to install and switch between multiple
3939versions of Node.js and npm on your system so you can test your
4040applications 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
You can’t perform that action at this time.
0 commit comments