ChelesteWang / FE-Review

前端知识复盘与整理
Apache License 2.0
31 stars 8 forks source link

npm 疑难杂症 #35

Open ChelesteWang opened 2 years ago

ChelesteWang commented 2 years ago

electron 安装问题

国内特殊网络环境导致无法正常安装 问题:

(node:21368) UnhandledPromiseRejectionWarning: RequestError: connect ETIMEDOUT

因为electron的安装中用到一个自己的下载程序, 而那个下载程序不会从npm中继承代理设置。 解决办法

ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/