🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

NVS Node.js Version Manager

by @zhuzeyu22

Manage Node.js versions using NVS (Node Version Switcher). Use when switching Node.js versions, installing new versions, managing version aliases, or when th...

Versionv1.0.0
πŸ’‘ Examples

Check if NVS is installed

nvs --version

If NVS is not installed, install it first

#### Windows (PowerShell or Command Prompt)

# Using winget (Windows 11+)
winget install jasongin.nvs

Or using chocolatey

choco install nvs

Manual installation

$env:NVS_HOME="$env:LOCALAPPDATA\nvs" git clone https://github.com/jasongin/nvs "$env:NVS_HOME" . "$env:NVS_HOME\nvs.ps1" install

#### Mac/Linux

export NVS_HOME="$HOME/.nvs"
git clone https://github.com/jasongin/nvs "$NVS_HOME"
. "$NVS_HOME/nvs.sh" install

πŸ“‹ Tips & Best Practices

  • If nvs command not found, ensure NVS is properly installed and shell is restarted
  • Check NVS_HOME environment variable points to correct directory
  • Use nvs which to verify version paths
  • For permission issues on Mac/Linux, check NVS installation directory permissions
  • View on ClawHub
    TERMINAL
    clawhub install nvs-node-version-switcher

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’