美文网首页
【Electron学习笔记01】安装

【Electron学习笔记01】安装

作者: 滕的世界 | 来源:发表于2019-05-02 23:32 被阅读0次

安装时各种超时

1.直接访问国外的服务器太慢,建议使用cnpm安装

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

命令先安装淘宝镜像的包命令行管理工具cnpm,然后再安装

cnpm install electron -g

没有权限就加sudo

2.运行

cnpm install
cnpm start
Screen Shot 2019-05-02 at 11.31.15 PM.png

相关文章

网友评论

      本文标题:【Electron学习笔记01】安装

      本文链接:https://www.haomeiwen.com/subject/argonqtx.html