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
    
Installs
1
GitHub Stars
466
First Seen
Apr 6, 2026
nvm-troubleshooting-linux — teachingai/full-stack-skills