Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-15 10:34:29 +08:00
parent 2fc28b7609
commit 2d9832cd81
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 15 additions and 15 deletions

View file

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