alex8088 / electron-vite

Next generation Electron build tooling based on Vite 新一代 Electron 开发构建工具,支持源代码保护
https://electron-vite.org
MIT License
3.57k stars 153 forks source link

"electron": "^32.1.1" 启动失败 #619

Closed MyDataHouse closed 2 months ago

MyDataHouse commented 2 months ago

Describe the bug

image

"electron": "^32.1.1" 启动失败 我换回 31 就正常

Electron-Vite Version

2.3.0

Electron Version

32.1.1

Vite Version

5.4.6

Validations

alex8088 commented 2 months ago

未成功安装electron,脚手架创建时最后的选项选择代理下载,会自动添加electron下载npm代理配置。或者自行收到配置。

MyDataHouse commented 2 months ago

image 我在node_modules 里找到了 electron 32.1.1。 并且我尝试了 32.0.0 是可以正常运行的的

alex8088 commented 2 months ago

有安装包不等于安装成功,安装完后需等待electron下载程序包,常见问题,按上述方法解决

alex8088 commented 2 months ago

成功标志,安装目录下有个dist目录,你的截图显然是没有的