mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
3 lines
184 B
PowerShell
3 lines
184 B
PowerShell
$env:npm_config_disturl="https://atom.io/download/electron"
|
|
$env:npm_config_target=(node -p "require('./build/lib/electron').getElectronVersion();")
|
|
$env:npm_config_runtime="electron"
|