This commit is contained in:
Daniel 2025-04-12 21:57:23 +08:00
parent 39de7ca55e
commit 3d5b09d7ef
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.8.0`
Set the Electron mirror environment variable and install Electron:
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.3.4 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v34.5.1 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@v34.3.4 -D`
* `pnpm install electron@v34.5.1 -D`
NPM mirror:
@ -27,7 +27,7 @@ NPM mirror:
On the desktop, go to the app folder to run:
* `pnpm install electron@v34.3.4-D`
* `pnpm install electron@v34.5.1-D`
* `pnpm run dev`
* `pnpm run start`