Electron 安装问题
2020-02-10 本文已影响0人
笃笃木鱼
问题: electron启动报错
Electron failed to install correctly, please delete node_modules/electron and try installing again
解决思路:参考github
- 在 node_modules\electron 文件夹下创建文件path.txt
- 在path.txt文件中写入内容 electron.exe文件夹(windows系统,其他系统参考代码)
- 手动下载electron 包,淘宝镜像下载安装包
- 把3下载的zip包解压缩到 node_modules\electron\dist
问题:electron在国内npm安装缓慢
解决思路:
- Linux: $XDG_CACHE_HOME or ~/.cache/electron/
- MacOS: ~/Library/Caches/electron/
- Windows: %LOCALAPPDATA%/electron/Cache or ~/AppData/Local/electron/Cache/
- 再执行npm install时会自动检测到安装包