【Electron学习笔记01】安装
2019-05-02 本文已影响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