mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 20:57:12 +00:00
3 lines
171 B
PowerShell
3 lines
171 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" |