由于众所周知的原因,国内的程序员开发electron程序的时候,面临的首要问题就是各种timeout,以及打包很慢的问题,解决办法是直接修改配置文件:
- npm config edit
在文件最后面处添加:(修改为淘宝镜像)
- registry=https://registry.npm.taobao.org/
- ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/
原文地址:https://www.cnblogs.com/GeGeBoom/p/12638208.html
时间: 2024-10-10 22:57:24