安装electron 的时候失败报错如下
1493 error electron@11.4.3 postinstall: `node install.js`
1493 error Exit status 1
1494 error Failed at the electron@11.4.3 postinstall script.
1494 error This is probably not a problem with npm. There is likely additional logging output above.
1495 verbose exit [ 1, true ]

解决办法
将electron下载地址指向taobao镜像
npm config set electron_mirror "https://npm.taobao.org/mirrors/electron/"

