mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 12:47:14 +00:00
5 lines
288 B
PowerShell
5 lines
288 B
PowerShell
$env:npm_config_disturl="https://atom.io/download/electron"
|
|
$env:npm_config_target=(node -p "require('./package.json').electronVersion")
|
|
$env:npm_config_runtime="electron"
|
|
$env:npm_config_cache="$HOME/.npm-electron"
|
|
New-Item -Path "$env:npm_config_cache" -Type directory -Force | out-null |