4 lines
101 B
Batchfile
4 lines
101 B
Batchfile
@echo off
|
|
set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
|
|
yarn add electron@32.3.3 --dev
|