File tree 2 files changed +3
-22
lines changed
docs/lib/content/configuring-npm
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
27
27
28
28
#### Node Version Managers
29
29
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 )
41
31
42
32
### Usage
43
33
Original file line number Diff line number Diff line change @@ -38,17 +38,8 @@ npm -v
38
38
Node version managers allow you to install and switch between multiple
39
39
versions of Node.js and npm on your system so you can test your
40
40
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 ) .
52
43
53
44
### Using a Node installer to install Node.js and npm
54
45
You can’t perform that action at this time.
0 commit comments