
nvm.fish
List of commands for nvm.fish:
-
nvm.fish:tldr:2bb86 nvm.fish: Use a specific version of Node.js in the current shell.$ nvm use ${node_version}try on your machineexplain this command
-
nvm.fish:tldr:5e797 nvm.fish: Uninstall a given Node.js version.$ nvm uninstall ${node_version}try on your machineexplain this command
-
nvm.fish:tldr:b0ae1 nvm.fish: List all available Node.js versions and highlight the default one.$ nvm listtry on your machineexplain this command
-
nvm.fish:tldr:c6725 nvm.fish: Set the default Node.js version.$ set nvm_default_version ${node_version}try on your machineexplain this command