nvm-troubleshooting-linux

Installation
SKILL.md

nvm Troubleshooting (Linux/WSL)

Diagnose and fix common nvm problems on Linux distributions and Windows Subsystem for Linux.

Workflow

  1. Run diagnostic checks:

    echo "Shell: $SHELL"
    echo "NVM_DIR: $NVM_DIR"
    cat ~/.bashrc | grep -n nvm
    echo $PATH | tr ':' '\n' | grep nvm
    
  2. Identify the distro and shell:

    cat /etc/os-release | head -2
    echo $SHELL
    # WSL check:
    
Related skills

More from teachingai/full-stack-skills

Installs
1
GitHub Stars
381
First Seen
Apr 6, 2026