Electron failed to install correctly, please delete node_modules/electron an

1、删除 node_modules/electron(这一次是真的要删一下,否则下面的方法会报错)

1、删除 node_modules/electron

2、设置系统环境变量(设置 electron 使用淘宝源)

// windows 请在环境变量里面设置,mac 请在环境变量文件中设置
ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/

// 最后的/, 很重要

3、安装

npm install electron

你可能感兴趣的:(js,electron)