nvm-mirror-and-auth

Installation
SKILL.md

nvm Mirror and Authentication

Configure nvm to download Node.js binaries from custom mirrors in restricted network environments.

Workflow

  1. Set the mirror URL via environment variable:
    # Use a custom mirror (e.g., Taobao mirror for China)
    export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node
    
    # Then install as normal
    nvm install 20
    
Installs
1
GitHub Stars
466
First Seen
Apr 6, 2026
nvm-mirror-and-auth — teachingai/full-stack-skills