Install, uninstall, or switch between Node.js versions under the fish shell. Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc. More information: https://github.com/jorgebucaran/nvm.fish.
nvm install {{node_version}}
nvm use {{node_version}}
set nvm_default_version {{node_version}}
nvm list
nvm uninstall {{node_version}}