Electron安装
2023-11-15
Electron安装
npm install electron的时候,要等很久或者直接提示链接超时,急躁得不得了,烦死了。不过后来还是解决了
方案一
方案二
windows用户
新建用户全局变量即可
名称为 ELECTRON_MIRROR
值为 https://npm.taobao.org/mirrors/electron/
Mac
而且terminal是用zsh,你可以添加一个.zprofile文件 (如果本来就有,就编辑)
cd ~/
nano .zprofile
在.zprofile里,添加
export ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/
然后运行一下.zprofile
source .zprofile
不过我没有一部mac上面没有试验过是否可行 *** --***
方案三 [前提是可以扶墙上网]
Webstrom可以设置HTTP Proxy,在下使用的是Clash for Windows,以此为例
1、File->Settings->Appearance & Behavior ->System Settings->HTTP Proxy
2、选中Manual proxy configuration 选择SOCKS 填入host name、Port number
3、在Clash for Windows中启用 Allow LAN 即可
图标制作
Windows、Electron Ico图标制作,electron制作图标需要俄罗斯套娃图片,以此适应各种大小的情况
果核剥壳提供了 IcoFX的绿色破解版