nvm@1.1.12: Add to PATH instead of shimming

Closes #5311
This commit is contained in:
Rashil Gandhi 2024-01-20 17:39:57 +05:30 committed by GitHub
parent 7bfcd3f478
commit 0b45769cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,10 @@
] ]
} }
}, },
"bin": "nvm.exe", "env_add_path": [
"env_add_path": "nodejs\\nodejs", ".",
"nodejs\\nodejs"
],
"env_set": { "env_set": {
"NVM_HOME": "$dir", "NVM_HOME": "$dir",
"NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs" "NVM_SYMLINK": "$persist_dir\\nodejs\\nodejs"