|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
# `fnm` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm 1.29.1 |
|
|
|
|
fnm 1.29.2 |
|
|
|
|
A fast and simple Node.js manager |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -56,7 +56,7 @@ SUBCOMMANDS:
@@ -56,7 +56,7 @@ SUBCOMMANDS:
|
|
|
|
|
# `fnm alias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-alias 1.29.1 |
|
|
|
|
fnm-alias 1.29.2 |
|
|
|
|
Alias a version to a common name |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -104,7 +104,7 @@ ARGS:
@@ -104,7 +104,7 @@ ARGS:
|
|
|
|
|
# `fnm completions` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-completions 1.29.1 |
|
|
|
|
fnm-completions 1.29.2 |
|
|
|
|
Print shell completions to stdout |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -147,7 +147,7 @@ OPTIONS:
@@ -147,7 +147,7 @@ OPTIONS:
|
|
|
|
|
# `fnm current` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-current 1.29.1 |
|
|
|
|
fnm-current 1.29.2 |
|
|
|
|
Print the current Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -187,7 +187,7 @@ OPTIONS:
@@ -187,7 +187,7 @@ OPTIONS:
|
|
|
|
|
# `fnm default` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-default 1.29.1 |
|
|
|
|
fnm-default 1.29.2 |
|
|
|
|
Set a version as the default version |
|
|
|
|
|
|
|
|
|
This is a shorthand for `fnm alias VERSION default` |
|
|
|
@ -234,7 +234,7 @@ ARGS:
@@ -234,7 +234,7 @@ ARGS:
|
|
|
|
|
# `fnm env` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-env 1.29.1 |
|
|
|
|
fnm-env 1.29.2 |
|
|
|
|
Print and set up required environment variables for fnm |
|
|
|
|
|
|
|
|
|
This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready |
|
|
|
@ -286,7 +286,7 @@ OPTIONS:
@@ -286,7 +286,7 @@ OPTIONS:
|
|
|
|
|
# `fnm exec` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-exec 1.29.1 |
|
|
|
|
fnm-exec 1.29.2 |
|
|
|
|
Run a command within fnm context |
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
@ -345,7 +345,7 @@ ARGS:
@@ -345,7 +345,7 @@ ARGS:
|
|
|
|
|
# `fnm install` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-install 1.29.1 |
|
|
|
|
fnm-install 1.29.2 |
|
|
|
|
Install a new Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -393,7 +393,7 @@ ARGS:
@@ -393,7 +393,7 @@ ARGS:
|
|
|
|
|
# `fnm list` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list 1.29.1 |
|
|
|
|
fnm-list 1.29.2 |
|
|
|
|
List all locally installed Node.js versions |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -433,7 +433,7 @@ OPTIONS:
@@ -433,7 +433,7 @@ OPTIONS:
|
|
|
|
|
# `fnm list-remote` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list-remote 1.29.1 |
|
|
|
|
fnm-list-remote 1.29.2 |
|
|
|
|
List all remote Node.js versions |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -473,7 +473,7 @@ OPTIONS:
@@ -473,7 +473,7 @@ OPTIONS:
|
|
|
|
|
# `fnm unalias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-unalias 1.29.1 |
|
|
|
|
fnm-unalias 1.29.2 |
|
|
|
|
Remove an alias definition |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -518,7 +518,7 @@ ARGS:
@@ -518,7 +518,7 @@ ARGS:
|
|
|
|
|
# `fnm uninstall` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-uninstall 1.29.1 |
|
|
|
|
fnm-uninstall 1.29.2 |
|
|
|
|
Uninstall a Node.js version |
|
|
|
|
|
|
|
|
|
> Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other |
|
|
|
@ -566,7 +566,7 @@ ARGS:
@@ -566,7 +566,7 @@ ARGS:
|
|
|
|
|
# `fnm use` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-use 1.29.1 |
|
|
|
|
fnm-use 1.29.2 |
|
|
|
|
Change Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
|