File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Install pnpm: `npm install -g pnpm@10.14.0`
1414
1515Set the Electron mirror environment variable and install Electron:
1616
17- * macOS/Linux: ` ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.5 -D `
17+ * macOS/Linux: ` ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.6 -D `
1818* Windows:
1919 * ` SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ `
20- * ` pnpm install electron@37.2.5 -D `
20+ * ` pnpm install electron@37.2.6 -D `
2121
2222NPM mirror:
2323
@@ -27,7 +27,7 @@ NPM mirror:
2727
2828Enter the app folder and execute:
2929
30- * ` pnpm install electron@37.2.5 -D `
30+ * ` pnpm install electron@37.2.6 -D `
3131* ` pnpm run dev `
3232* ` pnpm run start `
3333
Original file line number Diff line number Diff line change 1414
1515设置 Electron 镜像环境变量并安装 Electron:
1616
17- * macOS/Linux:` ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.5 -D `
17+ * macOS/Linux:` ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@37.2.6 -D `
1818* Windows:
1919 * ` SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ `
20- * ` pnpm install electron@37.2.5 -D `
20+ * ` pnpm install electron@37.2.6 -D `
2121
2222NPM 镜像:
2323
@@ -27,7 +27,7 @@ NPM 镜像:
2727
2828进入 app 文件夹执行:
2929
30- * ` pnpm install electron@37.2.5 -D `
30+ * ` pnpm install electron@37.2.6 -D `
3131* ` pnpm run dev `
3232* ` pnpm run start `
3333
Original file line number Diff line number Diff line change 5858 "clean-webpack-plugin" : " ^4.0.0" ,
5959 "css-loader" : " ^7.1.2" ,
6060 "dayjs" : " ^1.11.5" ,
61- "electron" : " 37.2.5 " ,
61+ "electron" : " 37.2.6 " ,
6262 "electron-builder" : " 26.0.12" ,
6363 "encoding" : " ^0.1.13" ,
6464 "esbuild-loader" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments