本文介绍: 23年11月24。

23年11月24

原因:主要是 install electron 会卡住

解决方法

# 先解决install electron卡死
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install electron

# 然后下载其他依赖
npm install

# 最后运行
 npm start

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注