Forrest logo
back to context overview

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 machine
    explain this command
  • nvm.fish:tldr:5e797 nvm.fish: Uninstall a given Node.js version.
    $ nvm uninstall ${node_version}
    try on your machine
    explain this command
  • nvm.fish:tldr:b0ae1 nvm.fish: List all available Node.js versions and highlight the default one.
    $ nvm list
    try on your machine
    explain this command
  • nvm.fish:tldr:c6725 nvm.fish: Set the default Node.js version.
    $ set nvm_default_version ${node_version}
    try on your machine
    explain this command
back to context overview