
fnm
List of commands for fnm:
-
fnm:tldr:0c178 fnm: Install a specific version of Node.js.$ fnm install ${node_version}try on your machineexplain this command
-
fnm:tldr:3edca fnm: Uninstall a given Node.js version.$ fnm uninstall ${node_version}try on your machineexplain this command
-
fnm:tldr:5ddc7 fnm: Set the default Node.js version.$ fnm default ${node_version}try on your machineexplain this command
-
fnm:tldr:93ba1 fnm: List all available Node.js versions and highlight the default one.$ fnm listtry on your machineexplain this command
-
fnm:tldr:bdd9f fnm: Use a specific version of Node.js in the current shell.$ fnm use ${node_version}try on your machineexplain this command