此博客用来记录使用第三方插件安装及使用的时候采坑记录

electron

安装 npm install

  • 报错

    1
    2
    3
    Error: read ECONNRESET
    # 或者
    Error: Electron failed to install correctly ...
  • 解决方式

    1
    2
    3
    4
    // 设置镜像
    set "ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron"
    // 安装
    npm install