Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解决由于网络原因安装 electron 失败的问题 #36

Open
huangshuwei opened this issue Feb 12, 2020 · 1 comment
Open

解决由于网络原因安装 electron 失败的问题 #36

huangshuwei opened this issue Feb 12, 2020 · 1 comment

Comments

@huangshuwei
Copy link
Owner

前言

最近在家办公,发现访问外网效果极差。多次通过 yarn 安装 electron 失败后,探索新的方案。特此记录。

操作步骤

步骤1-通过yarn 或者 npm安装 electron

yarn add electron@8.0.0

这个目的不是为了安装成功(能成功后面的步骤就不用看了),而是生成目录结构和基础文件。如 electron 目录、index.js 等

步骤2-下载 electron 压缩包
首先找到 electron github 上发布的包地址。如windows 64位环境可用这个模板地址:
https://github.com/electron/electron/releases/download/v版本号/electron-v版本号-win32-x64.zip,那么对应的 v8.0.0 版本地址就是:
https://github.com/electron/electron/releases/download/v8.0.0/electron-v8.0.0-win32-x64.zip
浏览器地址栏输入地址即可下载压缩文件

步骤3-*/node_modules/electron/ 目录下创建dist 目录
在*/node_modules/electron/ 目录下创建dist 目录,然后将上一步下载的文件解压到 dist 目录中

步骤4-创建 path.txt 文件
创建 path.txt 文件,并写入文本内容为:electron.exe

步骤5-运行项目即可
以上步骤完成后,运行项目即可。

--完--

@xiongshj
Copy link

点赞,解决了我遇到的问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants