This commit is contained in:
Daniel 2024-10-24 16:26:19 +08:00
parent 96fddd989e
commit c77f8cbece
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 47 additions and 46 deletions

View file

@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@9.12.1`
Set the Electron mirror environment variable and install Electron:
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v32.2.0 -D`
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v32.2.2 -D`
* Windows:
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/`
* `pnpm install electron@v32.2.0 -D`
* `pnpm install electron@v32.2.2 -D`
NPM mirror:
@ -28,7 +28,7 @@ NPM mirror:
On the desktop, go to the app folder to run:
* `pnpm install electron@v32.2.0 -D`
* `pnpm install electron@v32.2.2 -D`
* `pnpm run dev`
* `pnpm run start`