This commit is contained in:
Daniel 2025-07-11 09:50:04 +08:00
parent b4469726a1
commit 34d7bc76c3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 28 additions and 22 deletions

View file

@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@10.13.0`
Set the Electron mirror environment variable and install Electron:
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v37.2.0 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v37.2.1 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@v37.2.0 -D`
* `pnpm install electron@v37.2.1 -D`
NPM mirror:
@ -27,7 +27,7 @@ NPM mirror:
Enter the app folder and execute:
* `pnpm install electron@v37.2.0 -D`
* `pnpm install electron@v37.2.1 -D`
* `pnpm run dev`
* `pnpm run start`