解决chia执行sh install-gui.sh报error electron@11.4.3 postinstall: `node install.js`错误

AI摘要

更换npm源为淘宝镜像,更新npm依赖后重新执行GUI安装脚本。

1)更换npm源

npm install cnpm -g --registry=http://registry.npm.taobao.org

2)更新npm

cnpm install

3)重新执行sh install-gui.sh

点赞 1