npm install electron -g
直接安装会在node install.js卡住,需要设置墙内镜像。
编辑npmrc,加入
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
npm install electron -g
直接安装会在node install.js卡住,需要设置墙内镜像。
编辑npmrc,加入
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"