You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): manually install nvm-windows instead of Chocolatey
Chocolatey's nvm package runs an async installer that gets orphaned
in CI before completing. Switch to manual installation:
- Download nvm-noinstall.zip directly from GitHub releases
- Extract to user's AppData\Roaming\nvm
- Create settings.txt with proper paths
- Set NVM_HOME, NVM_SYMLINK env vars and PATH
0 commit comments